Skip to content

Commit

Permalink
docs: typedoc upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Jan 14, 2022
1 parent 46b73e6 commit b619df3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"sugarss": "^4.0.1",
"ts-jest": "^27.1.2",
"typedoc": "^0.22.10",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.5.4"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"entryPoints": ["src"],
"entryPointStrategy": "expand",
"out": "docs",
"excludeExternals": true,
"disableSources": true,
"gitRevision": "main"
"gitRevision": "main",
"githubPages": true,
"internalNamespace": "Non-exported"
}

0 comments on commit b619df3

Please sign in to comment.