{
    "$schema": "https://typedoc.org/schema.json",
    "entryPoints": ["./src/index.ts", "./src/hostAdaptors/index.ts"],
    "out": "docs",
    "hideGenerator": true,
    "cleanOutputDir": true,
    "groupOrder": ["VSC", "MDRC", "Host Providers", "*"],
    "validation": {
        "notExported": true,
        "invalidLink": true,
        "notDocumented": true
    }
}