Skip to content

Commit 7963880

Browse files
committed
docs: tweak typedoc config
1 parent 0a3ff72 commit 7963880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/typedoc-utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const defaultConfig = {
5252
readme: "none",
5353
skipErrorChecking: true,
5454
sort: ["kind", "static-first", "required-first", "alphabetical"],
55+
useCodeBlocks: true,
56+
expandObjects: true,
5557
} satisfies TypeDocConfig
5658

5759
export function typedocAdapter({ id }: (typeof manifest.adapters)[number]) {

0 commit comments

Comments
 (0)