typedoc.jsonโข723 B
{
"entryPoints": ["src/index.ts"],
"entryPointStrategy": "expand",
"out": "docs",
"exclude": [
"**/*.test.ts",
"**/*.spec.ts",
"**/node_modules/**"
],
"excludePrivate": false,
"excludeProtected": false,
"excludeExternals": true,
"readme": "README.md",
"name": "Claude Conversation Memory",
"includeVersion": true,
"sort": ["source-order"],
"categorizeByGroup": true,
"defaultCategory": "Other",
"categoryOrder": [
"Core",
"Storage",
"Parsers",
"Search",
"Embeddings",
"Tools",
"Types",
"Utilities",
"*"
],
"plugin": [],
"theme": "default",
"navigationLinks": {
"GitHub": "https://github.com/xiaolai/claude-conversation-memory"
}
}