alloc / vite-dts

Blazing fast plugin that generates .d.ts modules for libraries
MIT License
89 stars 15 forks source link

Export module default #1

Closed janispritzkau closed 3 years ago

janispritzkau commented 3 years ago

I think the default export needs to be re-exported explicitly. Like this for example:

export { default } from "./module"

Maybe this could be a plugin option.

aleclarson commented 3 years ago

Fixed in v1.0.3

Thanks for reporting 🎸