blob: 28ee656387d06356f4499f8862616d452631d63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": [ "./lib" ]
},
"plugins": ["plugins/markdown", "./jsdoc-import-path-plugin"],
"opts": {
"readme": "intro.md",
"template": "support/jsdoc/theme",
"encoding": "utf8",
"destination": "./docs/v3",
"recurse": true
},
"templates": {
"cleverLinks": false
}
}
|