Closed hyoban closed 3 months 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.
--dts-resolve
We need to pass respectExternal to rollup-plugin-dts for this to work.
respectExternal
rollup-plugin-dts
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.