Update typescript config to work on macOS. Basically just add a bunch of dirs to the exclude array.
This commit is contained in:
parent
1fd3b83ca1
commit
7907ba9533
|
@ -15,6 +15,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exclude" : [
|
"exclude" : [
|
||||||
"./app"
|
"./app",
|
||||||
|
"./cli",
|
||||||
|
"./node_modules",
|
||||||
|
"./dist"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue