Ver Fonte

change ts target to es5

afrokick há 6 anos atrás
pai
commit
99dfbc8882
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -1,6 +1,6 @@
 {
     "compilerOptions": {
-        "target": "es6",
+        "target": "es5",
         "downlevelIteration": true
     }
 }