Skip to content

Commit

Permalink
Add skipLibCheck when building types - resolves issue with `@types/…
Browse files Browse the repository at this point in the history
…node` self referencing its own types
  • Loading branch information
steveukx committed Feb 23, 2025
1 parent c9576c4 commit 685b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-git/tsconfig.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"composite": false,
"noEmit": false,
"emitDeclarationOnly": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "test"],
"include": ["src/lib/**/*.ts", "typings/index.d.ts"]
Expand Down

0 comments on commit 685b4d6

Please sign in to comment.