Files
ccstatusline/typedoc.json
T
Alex Newman 7bb53d11e5 TypeDoc Docs (#75)
* 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>
2025-09-11 17:12:34 -04:00

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"
]
}