TS compiler should ignore "bin" dir because, after VS publish, it might contain duplicates of the app's source files. Fixes #279.

This commit is contained in:
SteveSandersonMS
2016-09-01 13:59:28 +01:00
parent 4effd630a4
commit 09e1cd3b07
5 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"skipDefaultLibCheck": true
},
"exclude": [
"bin",
"node_modules"
]
}