瀏覽代碼

fixed tsconfig for tests

sanex3339 8 年之前
父節點
當前提交
cfae6e3d9c
共有 2 個文件被更改,包括 164 次插入154 次删除
  1. 160 154
      dist/index.js
  2. 4 0
      tsconfig-test.json

File diff suppressed because it is too large
+ 160 - 154
dist/index.js


+ 4 - 0
tsconfig-test.json

@@ -2,6 +2,10 @@
   "compilerOptions": {
     "outDir": "test-tmp",
     "target": "ES6",
+    "lib": [
+      "es2017",
+      "DOM"
+    ],
     "module": "commonjs",
     "inlineSourceMap": true,
     "inlineSources": true,

Some files were not shown because too many files changed in this diff