Skip to content

Commit

Permalink
chore: type check without skipLibCheck
Browse files Browse the repository at this point in the history
Ensures we don't cover up internal and external type issues.
  • Loading branch information
nikku authored and barmac committed Mar 12, 2024
1 parent 7a914f1 commit bdb80c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"skipLibCheck": true,
"lib": [
"DOM",
"ES2018"
Expand Down

0 comments on commit bdb80c9

Please sign in to comment.