kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
15 wiersze
372 B
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"
|
|
}
|