10 lines
235 B
JSON
10 lines
235 B
JSON
|
{
|
||
|
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-rename-defaults"],
|
||
|
"excludePrivate": true,
|
||
|
"excludeExternals": true,
|
||
|
"excludeInternal": true,
|
||
|
"entryPoints": ["src/index.ts"],
|
||
|
"readme": "none",
|
||
|
"out": "docs/api"
|
||
|
}
|