We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf8d09 commit 84894b8Copy full SHA for 84894b8
vite.config.ts
@@ -7,5 +7,8 @@ export default createLibConfig(
7
},
8
{
9
libraryFormats: ['cjs', 'es'],
10
+ DTSPluginOptions: {
11
+ rollupTypes: true,
12
+ },
13
14
)
0 commit comments