@themost/web
Version:
MOST Web Framework 2.0 - Web Server Module
22 lines • 456 B
JSON
{
"plugins": [
"./node_modules/jsdoc-escape-at"
],
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./"],
"includePattern": ".+\\.js(doc)?$",
"exclude":[ "angular.js","jquery.js" ]
},
"templates": {
"default": {
"outputSourceFiles": false
}
},
"opts": {
"destination": "./docs/\\@themost/web",
"readme":"README.md"
}
}