mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
14 lines
313 B
JSON
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"
|
|
}
|