@haystacks/async
Version:
A framework to build any number or any kind of native application or automation solution.
19 lines (18 loc) • 415 B
JSON
{
"source": {
"include": ["src"],
"includePattern": ".js$",
"excludePattern": "{node_modules/|Documentation}"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
},
"opts": {
"recurse": true,
"destination": "./src/resources/documentation",
"template": "./node_modules/jsdoc/templates/default",
"readme": "./readme.md"
}
}