Files
Baileys/typedoc.json
2025-03-18 00:54:07 +02:00

14 lines
313 B
JSON

{
"entryPoints": ["src/index.ts"],
"out": "docs/api",
"plugin": ["typedoc-plugin-markdown"],
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"includeVersion": false,
"hideBreadcrumbs": true,
"hidePageHeader": true,
"entryFileName": "index.md",
"readme": "none"
}