{
  "opts": {
    "template": "node_modules/better-docs",
    "destination": "./docs/",
    "recurse": true,
    "readme": "./README.md"
  },
  "tags": {
    "allowUnknownTags": ["optional"]
  },
  "recurseDepth": 10,
  "plugins": [
    "node_modules/better-docs/typescript"
  ],
  "source": {
    "include": "./src",
    "includePattern": ".*\\.(jsx|js|ts|tsx)$"
  }
}
