huozhi / bunchee

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

Add `--dts-resolve` flag like tsup #560

Open hyoban opened 4 days ago

hyoban commented 4 days ago

When I patch some dependencies locally, I will move them to dev dependencies and bundle them, but the type will not be bundled. It would be great to have a --dts-resolve flag like tsup.