Files
2026-03-23 00:40:49 +05:00

14 lines
333 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"]
}