huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
861 stars 28 forks source link

perf: only generate declared types #475

Closed huozhi closed 4 months ago

huozhi commented 4 months ago

We should only generate the types that declared by users in package.json. This will reduce a lot of slow down caused by types generation.

Related #407 Related #423