chatgpt-api/typedoc.json

15 wiersze
372 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.ts"],
"exclude": ["**/*.test.ts"],
"plugin": ["typedoc-plugin-markdown"],
"out": "docs",
"hideBreadcrumbs": false,
"hideInPageTOC": false,
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"excludeInternal": true,
"entryDocument": "readme.md"
}