Skip to content

Commit

Permalink
fix: exclude story files from dts generation (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 10, 2024
1 parent 886277c commit c9ec31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
},
plugins: [
react(),
dts(),
dts({ exclude: ['src/**/*.stories.ts', 'src/**/*.stories.tsx'] }),
viteStaticCopy({
targets: [
{
Expand Down

0 comments on commit c9ec31b

Please sign in to comment.