This commit is contained in:
22
frontend/storybook/tsconfig.json
Normal file
22
frontend/storybook/tsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowJs": true,
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"types": ["vite/client"],
|
||||
"paths": {
|
||||
"#.storybook/*": ["./.storybook/*"]
|
||||
},
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"include": [
|
||||
".storybook/**/*.ts",
|
||||
".storybook/**/*.tsx",
|
||||
"stories/**/*.ts",
|
||||
"stories/**/*.tsx",
|
||||
"stories/types/*.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user