diff --git a/tsconfig.json b/tsconfig.json index 22f5d5b..6cedb6c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2021", + "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "jsx": "preserve", @@ -17,7 +17,5 @@ "strictNullChecks": true, "useUnknownInCatchVariables": false }, - "include": [ - "src/*.ts" - ] + "include": ["src/*.ts"] }