diff --git a/tsconfig.json b/tsconfig.json index 7876c2a..3c240fd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "CommonJS", "moduleResolution": "node", - "target": "es6", + "target": "ES2020", "esModuleInterop": true, "resolveJsonModule": true, "rootDir": "./",