Files
mono/components/sdk/typedoc.json
T
Alex Ant 14fbce5a6b docs #2
2025-05-01 21:52:49 +05:00

17 lines
370 B
JSON

{
"entryPoints": ["src/index.ts"],
"out": "./docs",
"json": "./docs/typedoc.json",
"tsconfig": "./tsconfig.json",
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"hideGenerator": true,
"theme": "default",
"readme": "README.md",
"plugin": [
"typedoc-plugin-expand-object-like-types"
]
// "disableSources": true,
}