16 lines
265 B
JSON
16 lines
265 B
JSON
|
{
|
||
|
"name": "Updux",
|
||
|
"entryPoints": [
|
||
|
"./types/index.d.ts"
|
||
|
],
|
||
|
"out": "docs/API",
|
||
|
"excludeExternals": true,
|
||
|
"excludePrivate": true,
|
||
|
"excludeProtected": true,
|
||
|
"disableSources": true,
|
||
|
"listInvalidSymbolLinks": true,
|
||
|
"markedOptions": {
|
||
|
"mangle": false
|
||
|
}
|
||
|
}
|