UNPKG

789 BJSONView Raw
1{
2 "plugins": [],
3 "recurseDepth": 10,
4 "opts": {
5 "template": "./node_modules/daybrush-jsdoc-template",
6 "destination": "./doc/"
7 },
8 "source": {
9 "include": ["./src", "README.md"],
10 "includePattern": "(.+\\.js(doc|x)?|.+\\.ts(doc|x)?)$",
11 "excludePattern": "(^|\\/|\\\\)_"
12 },
13 "sourceType": "module",
14 "tags": {
15 "allowUnknownTags": true,
16 "dictionaries": ["jsdoc","closure"]
17 },
18 "templates": {
19 "cleverLinks": false,
20 "monospaceLinks": false
21 },
22 "docdash": {
23 "menu": {
24 "Github repo": {
25 "href": "https://github.com/daybrush/utils",
26 "target": "_blank",
27 "class": "menu-item",
28 "id": "repository"
29 }
30 }
31 }
32}
\No newline at end of file