8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
// jsdoc doesn't accept paths starting with _ (which is the case on github runners)
|
||
|
// so we need to alter the default config
|
||
|
{
|
||
|
"source": {
|
||
|
"excludePattern": ""
|
||
|
}
|
||
|
}
|