Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
chore: typedoc.js for Typedoc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden committed Nov 12, 2018
1 parent d7189b9 commit b96b282
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/sourcegraph-extension-api/typedoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
name: 'Sourcegraph extension API',
out: 'dist/docs/',
readme: 'none',
includes: './src',
exclude: [
'**/client/**/*',
'**/common/**/*',
'**/extension/**/*',
'**/integration-test/**/*',
'**/protocol/**/*',
'**/util*.ts',
],
includeDeclarations: true,
mode: 'file',
excludeExternals: true,
excludePrivate: true,
}

0 comments on commit b96b282

Please sign in to comment.