LinkUp-Bot-Lib/jsdoc.json
2024-06-15 17:38:20 +03:00

19 lines
321 B
JSON

{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./src"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
}
}