Skip to content

Commit 368b259

Browse files
committed
docs: update typedoc config
1 parent f145fe4 commit 368b259

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

typedoc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"disableOutputCheck": true,
2+
"cleanOutputDir": true,
33
"emit": true,
44
"entryPoints": ["src/index.ts"],
55
"excludeExternals": false,
66
"hideGenerator": true,
7-
"highlightTheme": "github-light",
7+
"lightHighlightTheme": "github-light",
8+
"darkHighlightTheme": "github-dark",
89
"markedOptions": {
910
"gfm": true,
1011
"mangle": false,

0 commit comments

Comments
 (0)