Skip to content

Commit

Permalink
docs: update typedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Sep 28, 2021
1 parent f145fe4 commit 368b259
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"disableOutputCheck": true,
"cleanOutputDir": true,
"emit": true,
"entryPoints": ["src/index.ts"],
"excludeExternals": false,
"hideGenerator": true,
"highlightTheme": "github-light",
"lightHighlightTheme": "github-light",
"darkHighlightTheme": "github-dark",
"markedOptions": {
"gfm": true,
"mangle": false,
Expand Down

0 comments on commit 368b259

Please sign in to comment.