enso/app/gui/tsconfig.storybook.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
197 B
JSON
Raw Normal View History

2024-11-21 13:52:20 +03:00
{
"extends": "./tsconfig.app.json",
"include": [
".storybook/**/*",
".storybook/env.d.ts",
"./src/**/*.stories.tsx",
"./src/**/*.stories.vue",
"./src/**/*.stories.ts"
]
}