This ensures that the inheritance chain is intact, even if the base class is not exportable.
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "config/jsdoc/info"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": "\\.js$"
|
|
},
|
|
"plugins": [
|
|
"config/jsdoc/info/api-plugin",
|
|
"config/jsdoc/info/define-plugin",
|
|
"config/jsdoc/info/virtual-plugin"
|
|
]
|
|
}
|