فهرست منبع

change ts target to es5

afrokick 6 سال پیش
والد
کامیت
99dfbc8882
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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