{ "tags": { "allowUnknownTags": false }, "source": { "include": [ "./src/client" ], "includePattern": "\\.(jsx|js|ts|tsx)$" }, "plugins": [ "plugins/markdown" ], "opts": { "template": "node_modules/tui-jsdoc-template", "encoding": "utf8", "destination": "docs/", "recurse": true, "verbose": true }, "templates": { "cleverLinks": false, "monospaceLinks": false } }