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
|
|
|
}
|