UNPKG

423 BJSONView Raw
1{
2 "tags": {
3 "allowUnknownTags": true,
4 "dictionaries": [
5 "jsdoc",
6 "closure"
7 ]
8 },
9 "source": {
10 "includePattern": ".+.js?$",
11 "exclude": [
12 "./node_modules",
13 "./docs"
14 ]
15 },
16 "plugins": [],
17 "templates": {
18 "cleverLinks": true,
19 "monospaceLinks": true
20 },
21 "opts": {
22 "encoding": "utf8",
23 "destination": "docs",
24 "recurse": true,
25 "private": true
26 }
27}