{
  "plugin": [
    "typedoc-plugin-markdown",
    "typedoc-plugin-rename-defaults"
  ],
  "entryPoints": [
    "src/CobrowseAPI.d.ts"
  ],
  "tsconfig": "tsconfig.docs.json",
  "exclude": [
    "node_modules/**"
  ],
  "entryPointStrategy": "expand",
  "excludeInternal": true,
  "disableSources": true,
  "hideGenerator": true,
  "hideBreadcrumbs": true,
  "useHTMLAnchors": true,
  "enumMembersFormat": "table",
  "interfacePropertiesFormat": "table",
  "parametersFormat": "table",
  "propertiesFormat": "table",
  "typeAliasPropertiesFormat": "table",
  "typeDeclarationFormat": "table",
  "excludePrivate": true,
  "excludeExternals": true,
  "out": "./docs",
  "cleanOutputDir": true,
  "readme": "none",
  "githubPages": false
}
