15 lines
254 B
JSON
15 lines
254 B
JSON
|
{
|
||
|
"source": "./octo",
|
||
|
"destination": "./docs",
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "esdoc-standard-plugin",
|
||
|
"option": {
|
||
|
"lint": { "enable": true },
|
||
|
"coverage": { "enable": true }
|
||
|
}
|
||
|
},
|
||
|
{ "name": "esdoc-node" }
|
||
|
]
|
||
|
}
|