소스 검색

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"
+  ]
 }