🚀 feature request
Relevant Rules
ts_project
Description
Right now there are tooling like @microsoft/api-extractor that bundles type definitions into a single d.ts (kinda like rollup for d.ts). However, ts_project doesn't not export its type definitions so it'd be great if it does that either by default or an output group.
I'm probably looking for type definitions to be included in DefaultInfo otherwise I don't think npm_package_bin can read it as data?
Describe the solution you'd like
It'd be great if it does that either by default or an output group
Describe alternatives you've considered
Custom rules to extract DeclarationInfo out of ts_project
🚀 feature request
Relevant Rules
ts_project
Description
Right now there are tooling like
@microsoft/api-extractorthat bundles type definitions into a singled.ts(kinda like rollup ford.ts). However,ts_projectdoesn't not export its type definitions so it'd be great if it does that either by default or an output group.I'm probably looking for type definitions to be included in
DefaultInfootherwise I don't thinknpm_package_bincan read it asdata?Describe the solution you'd like
It'd be great if it does that either by default or an output group
Describe alternatives you've considered
Custom rules to extract
DeclarationInfoout ofts_project