Exclude all build folders to make the TS file watcher calm

This commit is contained in:
Dirk Baeumer
2018-07-03 11:37:32 +02:00
parent 08388a54f1
commit e79e446e90

View File

@@ -18,5 +18,10 @@
"typeRoots": [
"typings"
]
}
},
"exclude": [
"../out",
"../out-build",
"../out-vscode"
]
}