sdf-2d/typedoc.json
2020-09-28 12:13:07 +02:00

17 lines
395 B
JSON

{
"mode": "file",
"out": "docs",
"name": "SDF-2D",
"includeDeclarations": true,
"excludeExternals": true,
"excludeNotExported": true,
"excludePrivate": true,
"stripInternal": true,
"media": "media",
"includeVersion": true,
"hideGenerator": true,
"inputFiles": "src",
"ignoreCompilerErrors": true,
"listInvalidSymbolLinks": true,
"readme": "docs-source/README.md"
}