Skip to content

Commit c9576c4

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple-git/tsconfig.release.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"composite": false,
55
"noEmit": false,
6-
"emitDeclarationOnly": true
6+
"emitDeclarationOnly": true,
7+
"skipLibCheck": true,
78
},
89
"exclude": ["node_modules", "test"],
910
"include": ["src/lib/**/*.ts", "typings/index.d.ts"]

0 commit comments

Comments
 (0)