ソースを参照

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,

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません