Răsfoiți Sursa

change ts target to es5

afrokick 6 ani în urmă
părinte
comite
99dfbc8882
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",
         "downlevelIteration": true
         "downlevelIteration": true
     }
     }
 }
 }