浏览代码

added `test` folder to `exclude` array

sanex3339 8 年之前
父节点
当前提交
6bd03bc3ac
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      tsconfig.json

+ 5 - 1
tsconfig.json

@@ -22,5 +22,9 @@
       "node",
       "sinon"
     ]
-  }
+  },
+  "exclude": [
+    "node_modules",
+    "test"
+  ]
 }