mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
refactor: update dependencies
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user