Browse Source

refactor(reactive): update tsconfig

janrywang 4 years ago
parent
commit
17236c25d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -4,7 +4,7 @@
     "moduleResolution": "node",
     "jsx": "react",
     "module": "commonjs",
-    "target": "es2015",
+    "target": "es5",
     "allowJs": false,
     "noUnusedLocals": false,
     "removeComments": true,