Explorar el Código

change ts target to es6

afrokick hace 6 años
padre
commit
1c029bf5fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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