Browse Source

fixed tsconfig for tests

sanex3339 8 years ago
parent
commit
cfae6e3d9c
2 changed files with 164 additions and 154 deletions
  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