Setup jsdoc configuration and output placeholder
parent
c965d6b5f2
commit
2293b122d8
|
@ -0,0 +1,2 @@
|
||||||
|
# jsdoc's output folder
|
||||||
|
out
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"recurseDepth": 10,
|
||||||
|
"source": {
|
||||||
|
"exclude": [
|
||||||
|
"node_modules",
|
||||||
|
"dist"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"sourceType": "module",
|
||||||
|
"tags": {
|
||||||
|
"allowUnknownTags": true
|
||||||
|
},
|
||||||
|
"templates": {
|
||||||
|
"cleverLinks": false,
|
||||||
|
"monospaceLinks": false
|
||||||
|
},
|
||||||
|
"opts":{
|
||||||
|
"recurse": true,
|
||||||
|
"destination": ".jsdoc/out"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue