Skip to content

Commit

Permalink
chore: Update to TypeDoc v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 25, 2021
1 parent a01e7b3 commit f2d7aca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"disableOutputCheck": true,
"entryPoints": ["src"],
"exclude": ["**/demo/**/*", "**/payload/**/*", "**/test/**/*", "**/*+(index|.test*).ts"],
"excludeExternals": true,
"excludeNotExported": true,
"excludePrivate": true,
"excludeProtected": true,
"includeDeclarations": false,
"inputFiles": ["src"],
"mode": "modules",
"out": "docs",
"theme": "markdown"
}

0 comments on commit f2d7aca

Please sign in to comment.