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