Browse Source

change ts target to es6

afrokick 6 năm trước cách đây
mục cha
commit
1c029bf5fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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