Files
oops-plugin-framework/typedoc.json

15 lines
375 B
JSON

{
"entryPoints": ["typedoc.ts"],
"out": "docs",
"tsconfig": "tsconfig.doc.json",
"name": "Oops Framework API",
"readme": "README.md",
"theme": "default",
"excludePrivate": true,
"excludeProtected": false,
"excludeExternals": true,
"includeVersion": true,
"categorizeByGroup": true,
"sort": ["source-order"],
"skipErrorChecking": true
}