refactor: update dependencies

This commit is contained in:
Wieland Schöbl
2021-08-05 10:55:38 +02:00
parent 233e017d2b
commit bf862cfb78
3 changed files with 55 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export function getProjectReflection(srcPath: PathLike, excludeExternals = true)
// initialize new Typedoc application
const app = new Application();
app.options.setValues({
app.bootstrap({
excludeExternals: excludeExternals,
ignoreCompilerErrors: false, // TODO: true
includeDeclarations: true,