Skip to content

Commit a2c72c0

Browse files
committed
CLI: Remove exclude and include patterns from jsdoc config
1 parent 952c7d1 commit a2c72c0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cli/lib/tsd-jsdoc.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
"tags": {
33
"allowUnknownTags": false
44
},
5-
"source": {
6-
"exclude": [],
7-
"includePattern": ".+\\.js(doc)?$",
8-
"excludePattern": "(^|\\/|\\\\)_"
9-
},
105
"plugins": [
116
"./tsd-jsdoc/plugin"
127
],
@@ -20,4 +15,4 @@
2015
"comments" : true,
2116
"destination" : false
2217
}
23-
}
18+
}

0 commit comments

Comments
 (0)