소스 검색

Updated ts target in tests

Timofey Kachalov 7 년 전
부모
커밋
aed0c454a3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"
   ]
-}
+}