{
  "out": "./docs",
  "includes": "./src",
  "entryPoints": ["./src/**/*"],
  "exclude": ["./src/util/*"],
  "entryPointStrategy": "expand",
  "cleanOutputDir": true,
  "jsDocCompatibility": true,
  "tsconfig": "tsconfig.json",
  "githubPages": false,
  "plugin": ["typedoc-plugin-merge-modules"],
  "excludeReferences": true,
  "mergeModulesRenameDefaults": true,
  "mergeModulesMergeMode": "module-category",
  "emit": "both",
  "disableSources": true,
  "excludeExternals": true,
  "excludeInternal": true
}