This task generates build related metadata for the library based on doc annotations. Since it is about more than writing out exportable symbols, it makes sense to have a more general name.
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "buildcfg/jsdoc/info"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": "\\.js$"
|
|
},
|
|
"plugins": [
|
|
"buildcfg/jsdoc/info/define-plugin",
|
|
"buildcfg/jsdoc/info/todo-plugin"
|
|
]
|
|
}
|