Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 7918198

Browse files
fix typedoc generation
1 parent 3640dee commit 7918198

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/react-native-client/typedoc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
],
1313
"sort": ["kind", "alphabetical"],
1414
"kindSortOrder": ["Method", "Function"],
15-
"readme": "none"
15+
"readme": "none",
16+
"excludeExternals": true,
17+
"excludePrivate": true,
18+
"excludeInherited": true
1619
}

0 commit comments

Comments
 (0)