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