Skip to content

Commit

Permalink
build: exclude types for storie and test
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jan 30, 2024
1 parent 1cf9658 commit 06b3440
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/frameworks/react/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ export default defineConfig({
dts({
entryRoot: 'src',
staticImport: true,
exclude: [
'**/*.stories.tsx',
'**/*.test.tsx',
'**/tests/*',
'**/stories/*',
'**/setup-test.ts',
],
}),
react(),
],
Expand Down

0 comments on commit 06b3440

Please sign in to comment.