Skip to content

chore(site): Fix typedoc config#926

Merged
fb55 merged 1 commit intomasterfrom
fix-typedoc
May 8, 2023
Merged

chore(site): Fix typedoc config#926
fb55 merged 1 commit intomasterfrom
fix-typedoc

Conversation

@fb55
Copy link
Copy Markdown
Collaborator

@fb55 fb55 commented May 6, 2023

typedoc has recently changed the way it builds monorepos, which led to website deploys failing. The changes remove the need to increase Node's heap size, but add several config files that have to be added.

I've also tried to remove a lot of the warnings that typedoc produces, by added @internal and @private comments where appropriate.

Fixes #874, by adding an export for all of the relevant types.

typedoc has recently changed the way it builds monorepos. This removes the need to increase Node's heap size, but adds several config files that have to be added.

I've also tried to remove a lot of the warnings that typedoc produces, by added `@internal` and `@private` comments where appropriate.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage: 99.23% (+0.005%) from 99.225% when pulling 69e1196 on fix-typedoc into a14ce5b on master.

@fb55 fb55 merged commit e81682d into master May 8, 2023
@fb55 fb55 deleted the fix-typedoc branch May 8, 2023 10:33
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.

2 participants