diff --git a/tsconfig.json b/tsconfig.json index 78046e5376..6277f08394 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "es6", + "target": "es2020", "sourceMap": true, "outDir": "dist", "declaration": true, @@ -17,4 +17,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}