{
  "$schema": "https://typedoc.org/schema.json",
  "disableSources": true,
  "hideGenerator": true,
  "navigation": {
    "includeCategories": true,
    "includeGroups": true
  },
  "excludeInternal": true,
//  "plugin": ["typedoc-plugin-missing-exports"],
  "categorizeByGroup": true,
  "visibilityFilters": {
    "protected": false,
    "private": false,
    "inherited": true,
    "external": true,
    "@alpha": true,
    "@beta": true
  },
  "excludeReferences": true,
  "excludeNotDocumented": true,
  "excludeNotDocumentedKinds": [
    "Module",
    "Namespace",
//    "Enum",
    // "EnumMember",
    "Variable",
    "Function",
    // "Class",
    // "Interface",
    // "Constructor",
    // "Property",
    "Method",
    "CallSignature",
    "IndexSignature",
    "ConstructorSignature",
    // "Accessor",
    // "GetSignature",
    // "SetSignature",
    "TypeAlias",
    "Reference"
  ]
}
