typedoc fixes

This commit is contained in:
Eugene Pankov
2021-03-03 21:33:37 +01:00
parent 2733dc69be
commit cc93578ada
2 changed files with 2 additions and 5 deletions

View File

@@ -1,7 +1,4 @@
module.exports = {
ignoreCompilerErrors: true,
excludeNotExported: true,
excludePrivate: true,
excludeExternals: true,
mode: 'file'
excludeExternals: true
}