Skip to content

Commit 05a92e1

Browse files
Allow Storybook to use component sources
1 parent 8d282dd commit 05a92e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.storybook/main.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ const config: StorybookConfig = {
3333
esbuild: {
3434
jsx: 'automatic',
3535
},
36-
plugins: [
37-
tsConfigPaths({
38-
projects: ['./tsconfig.dev.json', './tsconfig.build.json'],
39-
}),
40-
],
36+
plugins: [tsConfigPaths()],
4137
} satisfies InlineConfig);
4238
},
4339
};

0 commit comments

Comments
 (0)