Răsfoiți Sursa

change tsconfig target to es5 because issue https://github.com/Microsoft/TypeScript-Babel-Starter/issues/26

afrokick 6 ani în urmă
părinte
comite
c47ed25d87
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -1,6 +1,6 @@
 {
 {
     "compilerOptions": {
     "compilerOptions": {
-        "target": "es6",
+        "target": "es5",
         "module": "commonjs",
         "module": "commonjs",
         "downlevelIteration": true,
         "downlevelIteration": true,
         "noUnusedLocals": true,
         "noUnusedLocals": true,