diff --git a/vite.config.ts b/vite.config.ts index c5fa229a..5c5d9c94 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,5 +7,8 @@ export default createLibConfig( }, { libraryFormats: ['cjs', 'es'], + DTSPluginOptions: { + rollupTypes: true, + }, }, )