Cool, didn't know this is possible, thanks.

Co-Authored-By: kroeder <roeder.kai@gmail.com>
This commit is contained in:
Igor 2018-10-19 15:23:26 +02:00 committed by GitHub
parent bb84b2e428
commit b20f87fe18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ function editAngularAppTsConfig() {
return;
}
const { exclude } = tsConfigJson;
const { exclude = [] } = tsConfigJson;
if (exclude.includes(glob)) {
return;
}