Skip to content

Commit

Permalink
chore: skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
herablog committed Sep 27, 2024
1 parent 4d58f68 commit ae93a96
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 @@ -7,6 +7,7 @@
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
}
}

0 comments on commit ae93a96

Please sign in to comment.