{
  "entryPoints": ["../src/data-structures"],
  "tsconfig": "../tsconfig.json",
  "gitRevision": "main",
  "out": "./docs/api",
  "plugin": ["typedoc-plugin-markdown", "../scripts/typedoc-plugin-example-rewrite.js"],
  "cleanOutputDir": true,
  "excludeProtected": false,
  "excludePrivate": true,
  "excludeNotDocumented": true,
  "readme": "none",
  "outputFileStrategy": "members",
  "flattenOutputFiles": false,
  "useCodeBlocks": true,
  "groupOrder": [
    "Constructors",
    "Properties",
    "Accessors",
    "Methods",
    "Protected Properties",
    "Protected Accessors",
    "Protected Methods"
  ]
}
