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 8d282dd commit 05a92e1Copy full SHA for 05a92e1
.storybook/main.ts
@@ -33,11 +33,7 @@ const config: StorybookConfig = {
33
esbuild: {
34
jsx: 'automatic',
35
},
36
- plugins: [
37
- tsConfigPaths({
38
- projects: ['./tsconfig.dev.json', './tsconfig.build.json'],
39
- }),
40
- ],
+ plugins: [tsConfigPaths()],
41
} satisfies InlineConfig);
42
43
};
0 commit comments