{
    "plugin": [
        "typedoc-plugin-markdown"
    ],
    "out": "./docs",
    "entryPoints": [
        "./src/index.ts",
    ],
}