Selaa lähdekoodia

change ts target to es5

afrokick 6 vuotta sitten
vanhempi
commit
99dfbc8882
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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