Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grab entry points off of package.json/tsconfig.json #2493

Closed
johnameyer opened this issue Jan 30, 2024 · 1 comment
Closed

Grab entry points off of package.json/tsconfig.json #2493

johnameyer opened this issue Jan 30, 2024 · 1 comment
Labels
duplicate This duplicates another issue enhancement Improved functionality

Comments

@johnameyer
Copy link

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.

@johnameyer johnameyer added the enhancement Improved functionality label Jan 30, 2024
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 31, 2024

This is #1937

@Gerrit0 Gerrit0 added the duplicate This duplicates another issue label Feb 9, 2024
@Gerrit0 Gerrit0 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This duplicates another issue enhancement Improved functionality
Projects
None yet
Development

No branches or pull requests

2 participants