Skip to content

Commit

Permalink
update tsconfig to include vitest/globals
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 13, 2024
1 parent 045a4e3 commit 1cba7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["tests", "utils"],

"compilerOptions": {
"types": ["jest", "node"],
"types": ["vitest/globals", "node"],
"noEmit": true,
"strict": true,
"esModuleInterop": true
Expand Down

0 comments on commit 1cba7ab

Please sign in to comment.