{
  "tags": {
    "allowUnknownTags": ["category"]
  },
  "plugins": [
      "node_modules/better-docs/typescript"
  ],
  "source": {
      "includePattern": "\\.(jsx|js|ts|tsx)$",
      "include": ["./src", "./src/utils"]
  },
  "sourceType": "module",
  "opts": {
    "readme": "./README.md",
    "destination": "./docs",
    "template": "node_modules/better-docs"
  }
}