Skip to content

Commit

Permalink
Add skipLibCheck so we stop checking node_modules package definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Jan 14, 2024
1 parent 4f9d6d7 commit 2abc6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"resolveJsonModule": true,
"types": ["node"],
"esModuleInterop": true,
"preserveSymlinks": true
"preserveSymlinks": true,
"skipLibCheck": true
},
"exclude": [
"./node_modules/**",
Expand Down

0 comments on commit 2abc6e2

Please sign in to comment.