Commit a196f8a
fix: exclude stories from type-check in plugin-gantt and plugin-calendar
Add **/*.stories.tsx to the exclude array in both packages' tsconfig.json
to fix type-check failures caused by unresolvable @storybook-config/datasource
alias (which is only available in Storybook's Vite config at runtime).
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 074f809 commit a196f8a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments