Browse Source

change ts target to es6

afrokick 6 years ago
parent
commit
1c029bf5fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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