Typedoc config updated to avoid protected classes

pull/546/head
pabloFuente 2020-09-22 17:15:12 +02:00
parent 71c5409b05
commit 0f565f5b45
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = {
],
excludeExternals: true,
excludePrivate: true,
excludeProtected: true,
excludeNotExported: true,
theme: "default",
readme: "none",

View File

@ -12,6 +12,7 @@ module.exports = {
externalPattern: "node_modules",
excludeExternals: true,
excludePrivate: true,
excludeProtected: true,
excludeNotExported: true,
theme: "default",
readme: "none",