fix storybook lint/built

This commit is contained in:
Hazelnoot 2025-10-07 19:51:28 -04:00
parent 3b2ece2fcf
commit 8a74f79378
18 changed files with 157 additions and 110 deletions

View 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"
]
}