Skip to content

Commit

Permalink
wip: change input file for typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde committed Jun 9, 2020
1 parent f3cd2a0 commit 9e12373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
excludePrivate: true,
excludeProtected: true,
ignoreCompilerErrors: true,
inputFiles: './packages',
inputFiles: './src/index.ts',
listInvalidSymbolLinks: true,
mode: 'file',
module: 'es2015',
Expand Down

0 comments on commit 9e12373

Please sign in to comment.