瀏覽代碼

fixed tsconfig for tests

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

文件差異過大導致無法顯示
+ 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,

部分文件因文件數量過多而無法顯示