Skip to content

Commit

Permalink
chore: test types without skipping lib check
Browse files Browse the repository at this point in the history
This ensures we validate in strict mode and do not ignore
certain issues.
  • Loading branch information
nikku authored and barmac committed Aug 21, 2024
1 parent 832a839 commit 8a17ebd
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 8a17ebd

Please sign in to comment.