Skip to content

Commit 84894b8

Browse files
committed
fix: Ensure types are generated in the correct output directory
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2bf8d09 commit 84894b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ export default createLibConfig(
77
},
88
{
99
libraryFormats: ['cjs', 'es'],
10+
DTSPluginOptions: {
11+
rollupTypes: true,
12+
},
1013
},
1114
)

0 commit comments

Comments
 (0)