Skip to content

Commit d608899

Browse files
Configure TypeDoc to exclude externals (#3)
1 parent 666bf1f commit d608899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"out": "./docs/build",
1010
"readme": "./README.md",
1111
"headings": { "readme": false },
12-
"customCss": "./docs/custom.css"
12+
"customCss": "./docs/custom.css",
13+
"excludeExternals": true
1314
}

0 commit comments

Comments
 (0)