Update typescript config to work on macOS. Basically just add a bunch of dirs to the exclude array.

This commit is contained in:
mmcwilliams 2019-05-28 17:46:24 -04:00
parent 1fd3b83ca1
commit 7907ba9533
1 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
}
},
"exclude" : [
"./app"
"./app",
"./cli",
"./node_modules",
"./dist"
]
}