diff --git a/tsconfig.json b/tsconfig.json index e8bddbb..156379b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { "outDir": "lib", - "target": "es2015", + "target": "es2022", "module": "CommonJS", "removeComments": true, "allowJs": true, "strict": true, - "lib": ["es2015"], + "lib": ["es2022"], "skipLibCheck": true, }, "include": ["src/**/*.ts"]