diff --git a/tsconfig.json b/tsconfig.json index bb1d977..b75f90b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2021", + "target": "ES2023", "noImplicitAny": true, "noUnusedParameters": false, "allowSyntheticDefaultImports": true