diff --git a/tsconfig.json b/tsconfig.json index d40d413d1b..5a4897f9fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "ES2018", "module": "commonjs", "outDir": "dist", "allowJs": true,