Skip to content

Commit

Permalink
Fix other packages ts tests issues
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Dec 25, 2023
1 parent d84a6ae commit 72024d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"jsx": "preserve",
"types": ["vite/client"],
"types": ["vite/client", "jest"],
// Check JS files too
"allowJs": true,
"checkJs": false,
Expand Down

0 comments on commit 72024d8

Please sign in to comment.