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

fix: use typedoc config to avoid accidental inheritance #1287

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

43081j
Copy link
Collaborator

@43081j 43081j commented Oct 7, 2024

Each of our tsconfig.json inherits the root tsconfig.json. This root config currently contains the typedoc configuration too, including endPointStrategy: "packages".

This leads to each package in the repo having its own root-level typedoc config, which is causing typedoc to fail right now.

By moving the config to a typedoc.json at the root, we can continue inheriting tsconfig.json without accidentally inheriting the typedoc config.

Each of our `tsconfig.json` inherits the root `tsconfig.json`. This root
config currently contains the typedoc configuration too, including
`endPointStrategy: "packages"`.

This leads to each package in the repo having its own root-level typedoc
config, which is causing typedoc to fail right now.

By moving the config to a `typedoc.json` at the root, we can continue
inheriting `tsconfig.json` without accidentally inheriting the typedoc
config.
@43081j 43081j merged commit 90decc8 into master Oct 7, 2024
11 checks passed
@43081j 43081j deleted the typedoc-fudgery branch October 7, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant