{
    "$schema": "https://typedoc.org/schema.json",
    "entryPoints": [
        "./src/index.ts"
    ],
    "out": "docs",
    "plugin": [
        "typedoc-plugin-missing-exports"
    ],
    "cleanOutputDir": true,
    "githubPages": true,
    "searchInComments": true,
    "includeVersion": true,
    "internalModule": "<internal types>"
}
