17 lines
370 B
JSON
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,
|
|
}
|