@daybrush/utils
Version:
utils for daybrush
32 lines • 789 B
JSON
{
"plugins": [],
"recurseDepth": 10,
"opts": {
"template": "./node_modules/daybrush-jsdoc-template",
"destination": "./doc/"
},
"source": {
"include": ["./src", "README.md"],
"includePattern": "(.+\\.js(doc|x)?|.+\\.ts(doc|x)?)$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"menu": {
"Github repo": {
"href": "https://github.com/daybrush/utils",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
}
}