12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"source": ".",
|
|
"destination": "./docs",
|
|
"excludes": ["build", "node_modules", "tests-lib", "test"],
|
|
"plugins": [{
|
|
"name": "esdoc-standard-plugin",
|
|
"option": {
|
|
"accessor": {"access": ["public"], "autoPrivate": true}
|
|
}
|
|
}]
|
|
}
|