LinkUp-Bot-Lib/jsdoc.json

19 lines
321 B
JSON
Raw Normal View History

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