Skip to content

Commit

Permalink
fix: typedoc dropped the "includes" flag (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc authored Jul 29, 2024
1 parent ddf9e44 commit 8801242
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions typedoc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module.exports = {
includes: 'src',

excludeExternals: true,
excludePrivate: true,

hideGenerator: true,
theme: 'minimal'
};

0 comments on commit 8801242

Please sign in to comment.