UNPKG

236 BJSONView Raw
1{
2 "source": {
3 "include": [ "lib" ],
4 "includePattern": ".+\\.js(doc|x)?$"
5 },
6 "opts": {
7 "destination": "./jsdoc/",
8 "recurse": true
9 },
10 "sourceType": "module",
11 "plugins": ["plugins/markdown"],
12 "verbose": true
13}
\No newline at end of file