Skip to content

Commit cae0195

Browse files
committed
chore: update typedoc settings
1 parent e40a13f commit cae0195

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"out": "docs",
33
"inputFiles": "./src",
44
"mode": "modules",
5-
"theme": "minimal"
5+
"theme": "default",
6+
"excludeNotExported": true,
7+
"includeVersion": true,
8+
"categorizeByGroup": true
69
}

0 commit comments

Comments
 (0)