updux/typedoc.json
2024-08-08 09:28:44 -04:00

10 lines
233 B
JSON

{
"entryPoints": "src/index.ts",
"excludeInternal": true,
"excludePrivate": true,
"out": "docs/src/content/docs/api",
"hideInPageTOC": true,
"disableSources": true,
"plugin": ["typedoc-plugin-markdown"]
}