Skip to content

Commit fc1e189

Browse files
authored
build(typedoc): Ignore React docs (#2697)
1 parent a6b67ab commit fc1e189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typedoc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = {
1111
'**/build/**/*',
1212
'**/packages/typescript/**/*',
1313
'**/dangerfile.ts',
14+
// TODO: Don't exclude React
15+
'**/packages/react/**/*',
1416
],
1517
mode: 'modules',
1618
excludeExternals: true,

0 commit comments

Comments
 (0)