Skip to content

Commit

Permalink
fix: Ensure types are generated in the correct output directory
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed May 4, 2024
1 parent 2bf8d09 commit 84894b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ export default createLibConfig(
},
{
libraryFormats: ['cjs', 'es'],
DTSPluginOptions: {
rollupTypes: true,
},
},
)

0 comments on commit 84894b8

Please sign in to comment.