{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["./gen/index.ts"],
  "darkHighlightTheme": "dark-plus",
  "excludeExternals": true,
  "lang": "en",
  "lightHighlightTheme": "light-plus",
  "markdownItOptions": {
    "html": false,
    "linkify": true
  },
  "out": "docs",
  "outputs": [
    {
      "name": "html",
      "path": "./docs_html"
    },
    {
      "name": "html",
      "path": "./docs_html_full_nav",
      "options": {
        "navigation": {
          "includeCategories": true,
          "includeGroups": true,
          "excludeReferences": false,
          "includeFolders": true
        }
      }
    },
    {
      "name": "json",
      "path": "./docs.json"
    },
    {
      "name": "markdown",
      "path": "./docs_markdown",
      "typographer": true
    }
  ]
}
