瀏覽代碼

update config files for TS

sanex3339 9 年之前
父節點
當前提交
5b8329576c
共有 2 個文件被更改,包括 2 次插入8 次删除
  1. 1 3
      tsconfig-test.json
  2. 1 5
      tsconfig.json

+ 1 - 3
tsconfig-test.json

@@ -10,8 +10,6 @@
     "noImplicitAny": true
   },
   "exclude": [
-    "node_modules",
-    "typings/browser",
-    "typings/browser.d.ts"
+    "node_modules"
   ]
 }

+ 1 - 5
tsconfig.json

@@ -7,9 +7,5 @@
     "experimentalDecorators": true,
     "removeComments": true,
     "noImplicitAny": true
-  },
-  "exclude": [
-    "node_modules",
-    "test"
-  ]
+  }
 }