{
    "opts": {
        "encoding": "utf8",
        "destination": "./docs/",
        "recurse": true
    },
    "plugins": [
        "plugins/markdown",
        "plugins/summarize",
        "node_modules/jsdoc-tsimport-plugin/index.js"
    ],
    "recurseDepth": 10,
    "source": {
        "includePattern": ".+\\.js(doc)?$",
        "excludePattern": "_"
    },
    "sourceType": "module",
    "tags": {
        "allowUnknownTags": true,
        "dictionaries": ["jsdoc","closure"]
    },
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": false
    }
}