enso/app/gui/tsconfig.storybook.json
2024-11-21 10:52:20 +00:00

11 lines
197 B
JSON

{
"extends": "./tsconfig.app.json",
"include": [
".storybook/**/*",
".storybook/env.d.ts",
"./src/**/*.stories.tsx",
"./src/**/*.stories.vue",
"./src/**/*.stories.ts"
]
}