Skip to content

Commit 31f70fa

Browse files
committed
Remove jsdoc includePattern
As explained at https://jsdoc.app/about-configuring-jsdoc#specifying-input-files, jsdoc uses a default includePattern of ".+\\.js(doc|x)?$" and filters out files (even files explicitly given on the command line) that do not match this pattern. pbts always runs on a single, explicitly given file, so it should disable includePattern. Fixes #2088
1 parent f42297b commit 31f70fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/lib/tsd-jsdoc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"tags": {
33
"allowUnknownTags": false
44
},
5+
"source": {
6+
"includePattern": false
7+
},
58
"plugins": [
69
"./tsd-jsdoc/plugin"
710
],

0 commit comments

Comments
 (0)