{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc"]
  },
  "source": {
    "include": ["src/api/ethers/"],
    "includePattern": ".+\\.ts(doc|x)?$",
    "exclude": ["node_modules", "docs", "lib", "src/api/tronweb", "src/index.ts"]
  },
  "plugins": ["plugins/markdown", "node_modules/better-docs/typescript"],
  "templates": {
    "cleverLinks": false,
    "monospaceLinks": false,
    "useLongnameInNav": true,
    "showInheritedInNav": true
  },
  "opts": {
    "destination": "./docs/",
    "encoding": "utf8",
    "private": true,
    "recurse": true,
    "template": "node_modules/docdash"
  }
}
