diff --git a/tsconfig.json b/tsconfig.json index a93da92a..5f402df3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "sourceMap": true, "noImplicitAny": true, "module": "es6", - "target": "es6", + "target": "es2020", "allowJs": true, "moduleResolution": "node", "experimentalDecorators": true,