Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Mar 18, 2024
1 parent 99a8510 commit d36aac6
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 @@ -12,8 +12,9 @@
"resolveJsonModule": true,
"types": ["vitest/globals"],
"strict": true,
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"isolatedModules": true,
"skipDefaultLibCheck": true,
Expand Down

0 comments on commit d36aac6

Please sign in to comment.