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
entryPointStrategy, packages, legacy-packages, monorepo, entrypoint, entry point
Problem
When using monorepos - TypeDoc now requires configuration files to be present in each directory to specify the entry points.
This was not previously the behavior with the legacy packages variant that was deprecated and removed.
Specifying a configuration file in every package just to extend the root and specify entrypoints is additional configuration noise that would ideally not be included.
Search Terms
entryPointStrategy, packages, legacy-packages, monorepo, entrypoint, entry point
Problem
When using monorepos - TypeDoc now requires configuration files to be present in each directory to specify the entry points.
This was not previously the behavior with the legacy packages variant that was deprecated and removed.
Specifying a configuration file in every package just to extend the root and specify entrypoints is additional configuration noise that would ideally not be included.
Ref: https://github.com/Gerrit0/typedoc-packages-example
Suggested Solution
If a configuration file is not specified in a package, use the entrypoints from package.json or tsconfig.json instead.
The text was updated successfully, but these errors were encountered: