Open patrickarlt opened 1 year ago
Currently we re-export shared types from the shared package from all packages where they are used. This is a work around for https://github.com/TypeStrong/typedoc/issues/1612.
shared
We could potentially resolve this with https://github.com/nlepage/typedoc-plugin-resolve-crossmodule-references but it would have to be tested with our JSON output rendering for the developers site.
No response
Describe the problem
Currently we re-export shared types from the
shared
package from all packages where they are used. This is a work around for https://github.com/TypeStrong/typedoc/issues/1612.Describe the proposed solution
We could potentially resolve this with https://github.com/nlepage/typedoc-plugin-resolve-crossmodule-references but it would have to be tested with our JSON output rendering for the developers site.
Alternatives considered
No response
Additional Information
No response