berea
Version:
A promise-wrapped library and ORM for using https://scripture.api.bible
30 lines (29 loc) • 591 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"src/models"
],
"exclude": [
"index.js"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"node_modules/jsdoc-tsimport-plugin/index.js",
"plugins/markdown"
],
"opts": {
"destination": "./out/"
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
}
}