mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 19:07:30 +08:00
15 lines
375 B
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
|
|
} |