updux/typedoc.json

14 lines
296 B
JSON
Raw Normal View History

2021-10-12 18:49:08 +00:00
{
2021-10-18 14:15:06 +00:00
"name": "Updux",
"entryPoints": ["./types/index.d.ts"],
"out": "docs/API",
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"disableSources": true,
"listInvalidSymbolLinks": true,
"markedOptions": {
"mangle": false
}
2021-10-12 18:49:08 +00:00
}