You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case where a monorepo has a base class in one package, and child classes in another package, TypeDoc will not link them together. The base class will be listed as a parent, but won't list children classes. Ideally, both link directions should be included in the documentation.
Search Terms
hierarchy, packages
Problem
In the case where a monorepo has a base class in one package, and child classes in another package, TypeDoc will not link them together. The base class will be listed as a parent, but won't list children classes. Ideally, both link directions should be included in the documentation.
Ref: #2416.
Suggested Solution
Review
extendedTypes
/implementedTypes
on project revival, and add classes to the appropriate arrays then.The text was updated successfully, but these errors were encountered: