Explorar o código

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

afrokick %!s(int64=6) %!d(string=hai) anos
pai
achega
c47ed25d87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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