chore: Fix typedoc config for typedoc 0.20

This commit is contained in:
Mike Welsh 2020-12-28 17:35:08 -08:00
parent 3ce4406434
commit 3ea8c2fc7e
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
{ {
"entryPoints": ["./src/index.ts"],
"excludePrivate": true, "excludePrivate": true,
"excludeProtected": true, "excludeProtected": true
"excludeNotExported": true,
"stripInternal": true
} }