UNPKG

456 BJSONView Raw
1{
2 "plugins": [
3 "./node_modules/jsdoc-escape-at"
4 ],
5 "tags": {
6 "allowUnknownTags": true
7 },
8 "source": {
9 "include": ["./"],
10 "includePattern": ".+\\.js(doc)?$",
11 "exclude":[ "angular.js","jquery.js" ]
12 },
13 "templates": {
14 "default": {
15 "outputSourceFiles": false
16 }
17 },
18 "opts": {
19 "destination": "./docs/\\@themost/web",
20 "readme":"README.md"
21 }
22}
\No newline at end of file