We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b03c09 commit a377f5dCopy full SHA for a377f5d
.storybook/main.ts
@@ -16,7 +16,11 @@ const config: StorybookConfig = {
16
17
viteFinal(config) {
18
return mergeConfig(config, {
19
- plugins: [tsConfigPaths()],
+ plugins: [
20
+ tsConfigPaths({
21
+ projects: ['./tsconfig.dev.json', './tsconfig.build.json'],
22
+ }),
23
+ ],
24
css: {
25
preprocessorOptions: {
26
scss: {
0 commit comments