diff --git a/tsconfig.json b/tsconfig.json index a58464969c..6e4172398b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ESNext", + "target": "es6", "module": "commonjs", "allowJs": true, "jsx": "react-jsx",