{
  "$schema": "https://typedoc-plugin-markdown.org/schema.json",
  "plugin": [
    "typedoc-plugin-markdown",
    "typedoc-plugin-remark",
    "typedoc-plugin-mdn-links",
    "typedoc-plugin-rename-defaults",
    "./custom-typedoc-plugin.js"
  ],
  "out": "./api",

  "outputFileStrategy": "modules",
  "interfacePropertiesFormat": "table",
  "classPropertiesFormat": "table",
  "enumMembersFormat": "table",
  "typeDeclarationFormat": "htmlTable",
  "propertyMembersFormat": "table",
  "theme": "custom-markdown-theme",
  "parametersFormat": "table",
  "entryPoints": ["src"],
  "entryPointStrategy": "expand",
  "readme": "./public/docs/README.md",
  "gitRevision": "main",
  "githubPages": false,
  "mergeReadme": true,
  "useCodeBlocks": true,
  "expandObjects": true,
  "remarkPlugins": [
    "unified-prettier",
    ["remark-github", { "repository": "https://github.com/phun-ky/wrapture" }],
    ["remark-toc", { "heading": "Table of Contents", "maxDepth": 3 }]
  ]
}
