diff --git a/tsconfig.json b/tsconfig.json index 71542a4..d6bdd4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "CommonJS", "esModuleInterop": true, - "target": "ES6", + "target": "ES2020", "strict": true, "lib": [ "es2020",