Skip to content

Commit

Permalink
build(typedoc): Ignore React docs (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jun 24, 2020
1 parent a6b67ab commit fc1e189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typedoc.js
Expand Up @@ -11,6 +11,8 @@ module.exports = {
'**/build/**/*',
'**/packages/typescript/**/*',
'**/dangerfile.ts',
// TODO: Don't exclude React
'**/packages/react/**/*',
],
mode: 'modules',
excludeExternals: true,
Expand Down

0 comments on commit fc1e189

Please sign in to comment.