Parcourir la source

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

afrokick il y a 6 ans
Parent
commit
c47ed25d87
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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