Skip to content

Commit

Permalink
chore: enable skipLibCheck (#101)
Browse files Browse the repository at this point in the history
Some dependencies ship types which fail with our strictness level. This
should skip them so our builds continue to work.
  • Loading branch information
43081j authored Jan 26, 2025
1 parent a599c9d commit a0167c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"strict": true,
"declaration": true,
"declarationMap": true,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"skipLibCheck": true
}
}

0 comments on commit a0167c1

Please sign in to comment.