fix storybook lint/built
This commit is contained in:
parent
3b2ece2fcf
commit
8a74f79378
18 changed files with 157 additions and 110 deletions
15
packages/frontend/tsconfig.storybook.json
Normal file
15
packages/frontend/tsconfig.storybook.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.node.jsonc",
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h"
|
||||
},
|
||||
"files": [
|
||||
".storybook/changes.ts",
|
||||
".storybook/main.ts",
|
||||
".storybook/generate.tsx",
|
||||
".storybook/preload-locale.ts",
|
||||
".storybook/preload-theme.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue