timocov / dts-bundle-generator

A tool to generate a single bundle of dts with types tree-shaking
MIT License
762 stars 40 forks source link

Disable `exportReferencedTypes` option by default and throw error if referenced type is not exported because of the name collisions #289

Open timocov opened 9 months ago

timocov commented 9 months ago

See https://github.com/timocov/dts-bundle-generator/issues/286#issuecomment-1886676598

cc @Atrue