Skip to content

Commit

Permalink
fix:add vitest to tsconfig to fix typescript errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manglebot committed Jan 7, 2024
1 parent fb80fa0 commit c130bed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,
"types": ["vitest/globals"]
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit c130bed

Please sign in to comment.