From 291ee86773aae4d295db1c1a3c4ebaf446df5136 Mon Sep 17 00:00:00 2001 From: "K.Himeno" <6715229+Himenon@users.noreply.github.com> Date: Sun, 4 Feb 2024 21:55:54 +0900 Subject: [PATCH] chore: update (#10) --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 495bad5..1f131d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,8 @@ "noUnusedParameters": false, "skipLibCheck": true, "sourceMap": false, - "target": "es2019", - "lib": ["dom", "es2019"], + "target": "es2022", + "lib": ["dom", "es2023"], "rootDir": ".", "outDir": "lib", "strict": true