Skip to content

Commit f086bf3

Browse files
committed
(#87) Updated typedoc config
1 parent 216ecfd commit f086bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module.exports = {
88
],
99
readme: 'README.md',
1010
excludePrivate: true,
11-
skipInternal: true,
1211
excludeExternals: true,
1312
excludeProtected: true,
13+
excludeNotExported: true,
1414
includeDeclarations: false,
1515
hideGenerator: true,
1616
theme: 'default',

0 commit comments

Comments
 (0)