diff --git a/tsconfig.json b/tsconfig.json index 2742983..ca03321 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "ES2022", "module": "commonjs", "moduleResolution": "node", "declaration": true,