Hello!
Thank you for this promising tool!
However, I've tried to use it in order to create a single bundle for my library's type definitions, but I'm getting a single .d.ts file, where definition for the same class is repeated 12 times.
Also, there are multiple modules like this: declare module "src/foo/bar". Is there a way to merge all modules into a single one and avoid duplication? Could you elaborate on what could cause the duplication in the first place?
Thanks!
Hello!
Thank you for this promising tool!
However, I've tried to use it in order to create a single bundle for my library's type definitions, but I'm getting a single
.d.tsfile, where definition for the same class is repeated 12 times.Also, there are multiple modules like this:
declare module "src/foo/bar". Is there a way to merge all modules into a single one and avoid duplication? Could you elaborate on what could cause the duplication in the first place?Thanks!