fix storybook lint/built
This commit is contained in:
parent
3b2ece2fcf
commit
8a74f79378
18 changed files with 157 additions and 110 deletions
31
packages/frontend/tsconfig.vue.storybook.json
Normal file
31
packages/frontend/tsconfig.vue.storybook.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "./tsconfig.vue.json",
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"./lib/**/*.ts",
|
||||
"./src/**/*.ts",
|
||||
"./src/**/*.vue",
|
||||
"./test/**/*.ts",
|
||||
"./test/**/*.vue",
|
||||
"./@types/**/*.ts",
|
||||
"./vue-shims.d.ts",
|
||||
".storybook/**/*.js",
|
||||
".storybook/**/*.jsx",
|
||||
".storybook/**/*.ts",
|
||||
".storybook/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"eslint.config.js",
|
||||
"vite.*",
|
||||
".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