mirror of
https://github.com/tiennm99/ccstatusline.git
synced 2026-06-01 08:12:32 +00:00
7bb53d11e5
* Initial plan * Add TypeDoc documentation generation system Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"entryPoints": ["src"],
|
|
"entryPointStrategy": "expand",
|
|
"out": "docs",
|
|
"name": "ccstatusline",
|
|
"readme": "README.md",
|
|
"excludePrivate": true,
|
|
"excludeProtected": false,
|
|
"excludeExternals": true,
|
|
"includeVersion": true,
|
|
"disableSources": false,
|
|
"plugin": [],
|
|
"theme": "default",
|
|
"navigationLinks": {
|
|
"GitHub": "https://github.com/sirmalloc/ccstatusline"
|
|
},
|
|
"sidebarLinks": {
|
|
"NPM": "https://www.npmjs.com/package/ccstatusline"
|
|
},
|
|
"titleLink": "https://github.com/sirmalloc/ccstatusline",
|
|
"validation": {
|
|
"notExported": true,
|
|
"invalidLink": true,
|
|
"notDocumented": false
|
|
},
|
|
"sort": ["source-order"],
|
|
"kindSortOrder": [
|
|
"Document",
|
|
"Project",
|
|
"Module",
|
|
"Namespace",
|
|
"Enum",
|
|
"EnumMember",
|
|
"Class",
|
|
"Interface",
|
|
"TypeAlias",
|
|
"Constructor",
|
|
"Property",
|
|
"Variable",
|
|
"Function",
|
|
"Accessor",
|
|
"Method",
|
|
"Parameter",
|
|
"TypeParameter",
|
|
"TypeLiteral",
|
|
"CallSignature",
|
|
"ConstructorSignature",
|
|
"IndexSignature",
|
|
"GetSignature",
|
|
"SetSignature"
|
|
],
|
|
"exclude": [
|
|
"src/tui/**/*",
|
|
"**/__tests__/**/*",
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
} |