Skip to content

Commit 76042c5

Browse files
committed
Fixed double TSD output
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent f371393 commit 76042c5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.1",
2+
"version": "2.2.2",
33
"private": true,
44
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
55
"babel": {

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ export default class {
9292
encoding: "utf8",
9393
},
9494
sourceType: "module",
95-
source: {
96-
include: compilation.entries.map(entry => entry.context),
97-
includePattern: ".(ts|js|jsx)$",
98-
},
9995
...this.options.jsdocConfig,
10096
}
10197

0 commit comments

Comments
 (0)