mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Added types for node because the default tsconfig.app.json sets types to []
This commit is contained in:
parent
7f92309433
commit
724ccb1c08
@ -1,5 +1,10 @@
|
||||
{
|
||||
"extends": "../src/tsconfig.app.json",
|
||||
"compilerOptions": {
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"../src/test.ts",
|
||||
"../src/**/*.spec.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user