Bump dependencies
This commit is contained in:
parent
346fc96df8
commit
c6438a9e21
20 changed files with 115 additions and 72 deletions
15
typedoc.json
15
typedoc.json
|
|
@ -1,18 +1,15 @@
|
|||
{
|
||||
"mode": "file",
|
||||
"out": "docs",
|
||||
"name": "SDF-2D",
|
||||
"includeDeclarations": true,
|
||||
"entryPoints": ["src"],
|
||||
"entryPointStrategy": "expand",
|
||||
"excludeExternals": true,
|
||||
"excludeNotExported": true,
|
||||
"excludePrivate": true,
|
||||
"stripInternal": true,
|
||||
"media": "media",
|
||||
"excludeInternal": true,
|
||||
"includeVersion": true,
|
||||
"hideGenerator": true,
|
||||
"inputFiles": "src",
|
||||
"readme": "documentation-readme.md",
|
||||
"favicon": "media/favicon.ico",
|
||||
"ignoreCompilerErrors": true,
|
||||
"listInvalidSymbolLinks": true,
|
||||
"readme": "documentation-readme.md"
|
||||
"skipErrorChecking": true,
|
||||
"plugin": ["typedoc-plugin-extras"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue