@evolutionland/evolution-js
Version:
evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse
26 lines (25 loc) • 623 B
JSON
{
"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"
}
}