{
  "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,
  }
}
