diff --git a/tsconfig.json b/tsconfig.json index bcc1ef8..3b8a38b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "declaration": true, - "target": "es6", + "target": "es2020", "module": "commonjs", "noImplicitAny": true, "strict": true,