Explorar o código

change ts target to es6

afrokick %!s(int64=6) %!d(string=hai) anos
pai
achega
1c029bf5fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

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