Kaynağa Gözat

update config files for TS

sanex3339 8 yıl önce
ebeveyn
işleme
5b8329576c
2 değiştirilmiş dosya ile 2 ekleme ve 8 silme
  1. 1 3
      tsconfig-test.json
  2. 1 5
      tsconfig.json

+ 1 - 3
tsconfig-test.json

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

+ 1 - 5
tsconfig.json

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