Skip to content

Commit

Permalink
chore: changes dts plugin to merge all types files into single file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogfn authored Sep 9, 2024
1 parent a0775c9 commit 433b1d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export default defineConfig({
react({
jsxRuntime: 'classic',
}),
dts(),
dts({
staticImport: true,
insertTypesEntry: true,
rollupTypes: true,
}),
],
})

0 comments on commit 433b1d0

Please sign in to comment.