Ver código fonte

Updated ts target in tests

Timofey Kachalov 7 anos atrás
pai
commit
aed0c454a3
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      tsconfig.test.json

+ 2 - 2
tsconfig.test.json

@@ -1,7 +1,7 @@
 {
   "compilerOptions": {
     "outDir": "test-tmp",
-    "target": "es6",
+    "target": "es2017",
     "lib": [
       "es2017",
       "dom"
@@ -22,4 +22,4 @@
   "exclude": [
     "node_modules"
   ]
-}
+}