Description
I have a packageA in a monorepo and it depends on packageB and packageC, packageC depends on packageD.
When I run vite build on packageA using the dts plugin and { rollupTypes: true }, I don't see the types from packageB, packageC, and packageD being exported from packageA.
Suggested solution
Have a option that allows for types from dependencies to be included in the generated *.d.ts files
Alternative
No response
Additional context
No response
Validations
Description
I have a packageA in a monorepo and it depends on packageB and packageC, packageC depends on packageD.
When I run vite build on packageA using the dts plugin and
{ rollupTypes: true }, I don't see the types from packageB, packageC, and packageD being exported from packageA.Suggested solution
Have a option that allows for types from dependencies to be included in the generated *.d.ts files
Alternative
No response
Additional context
No response
Validations