Description
I’ve never had api-extractor work properly without an error, while https://www.npmjs.com/package/rollup-plugin-dts has always worked perfectly or it at least emits an actionable error. Is it possible to either replace api-extractor with instead running rollup, or at least make it an option?
Suggested solution
Add support for rollup-plugin-dts as an alternative to api-extractor
Alternative
You can do this indirectly via the afterBuild callback, but a first class option would be preferred to also handle cleanup.
Additional context
No response
Validations
Description
I’ve never had api-extractor work properly without an error, while https://www.npmjs.com/package/rollup-plugin-dts has always worked perfectly or it at least emits an actionable error. Is it possible to either replace api-extractor with instead running rollup, or at least make it an option?
Suggested solution
Add support for rollup-plugin-dts as an alternative to api-extractor
Alternative
You can do this indirectly via the
afterBuildcallback, but a first class option would be preferred to also handle cleanup.Additional context
No response
Validations