a2r
Version:
A2R Framework
23 lines • 506 B
JSON
{
"source": {
"include": ["./"],
"includePattern": "\\.(jsx|js|ts|tsx)$",
"excludePattern": "(dist|tests|tmp|node_modules)"
},
"plugins": [
"plugins/markdown",
"node_modules/better-docs/typescript",
"node_modules/better-docs/category"
],
"tags": {
"allowUnknownTags": true
},
"opts": {
"encoding": "utf8",
"destination": "docs/jsdocs/",
"readme": "./README.md",
"template": "node_modules/better-docs",
"recurse": true,
"verbose": true
}
}