Skip to content

Commit d4d21a3

Browse files
committed
docs(TypeDoc): Customize visibility filters
1 parent cb24803 commit d4d21a3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"entryPoints": ["main/src/index.ts"],
44
"out": "docs",
55
"tsconfig": "main/tsconfig.json",
6-
"includeVersion": true
6+
"includeVersion": true,
7+
"visibilityFilters": {
8+
"external": true
9+
}
710
}

0 commit comments

Comments
 (0)