@borgar/fx
Version:
Utilities for working with Excel formulas
42 lines (41 loc) • 918 B
JSON
{
"plugin": [
"typedoc-plugin-markdown",
"./typedoc-ignore-links.ts"
],
"out": "./tempdocs",
"entryPoints": [
"lib/index.ts",
"lib/xlsx/index.ts"
],
"cleanOutputDir": true,
"readme": "none",
"headings": {
"readme": false,
"document": false
},
"hidePageHeader": true,
"hideBreadcrumbs": true,
"hideGenerator": true,
"useCodeBlocks": true,
"expandObjects": true,
"expandParameters": true,
"propertiesFormat": "table",
"parametersFormat": "table",
"interfacePropertiesFormat": "table",
"typeAliasPropertiesFormat": "table",
"propertyMembersFormat": "table",
"typeDeclarationFormat": "table",
"disableSources": true,
"excludeInternal": true,
"excludePrivate": true,
"excludeProtected": true,
"pageTitleTemplates": {
"member": "{name}"
},
"validation": {
"invalidLink": false,
"notExported": true,
"notDocumented": true,
}
}