huozhi / bunchee

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

Fix: types generation for missing types case #536

Closed huozhi closed 3 weeks ago

huozhi commented 3 weeks ago

When there's no types specified in exports, bunchee should not generate a type file

Reported by @dferber90