mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
Cool, didn't know this is possible, thanks.
Co-Authored-By: kroeder <roeder.kai@gmail.com>
This commit is contained in:
parent
bb84b2e428
commit
b20f87fe18
@ -50,7 +50,7 @@ function editAngularAppTsConfig() {
|
||||
return;
|
||||
}
|
||||
|
||||
const { exclude } = tsConfigJson;
|
||||
const { exclude = [] } = tsConfigJson;
|
||||
if (exclude.includes(glob)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user