Skip to content

Commit 685b4d6

Browse files
committed
Add skipLibCheck when building types - resolves issue with @types/node self referencing its own types
1 parent c9576c4 commit 685b4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-git/tsconfig.release.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"composite": false,
55
"noEmit": false,
66
"emitDeclarationOnly": true,
7-
"skipLibCheck": true,
7+
"skipLibCheck": true
88
},
99
"exclude": ["node_modules", "test"],
1010
"include": ["src/lib/**/*.ts", "typings/index.d.ts"]

0 commit comments

Comments
 (0)