bandcamp-fetch/typedoc.json
patrickkfkan be7010c217 v1.0.0
2023-06-10 22:52:27 +08:00

10 lines
235 B
JSON

{
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-rename-defaults"],
"excludePrivate": true,
"excludeExternals": true,
"excludeInternal": true,
"entryPoints": ["src/index.ts"],
"readme": "none",
"out": "docs/api"
}