bandcamp-fetch/typedoc.json

10 lines
235 B
JSON
Raw Normal View History

2023-06-10 16:52:27 +02:00
{
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-rename-defaults"],
"excludePrivate": true,
"excludeExternals": true,
"excludeInternal": true,
"entryPoints": ["src/index.ts"],
"readme": "none",
"out": "docs/api"
}