Sfoglia il codice sorgente

change ts target to es6

afrokick 6 anni fa
parent
commit
1c029bf5fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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