We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df52bae commit f2fb362Copy full SHA for f2fb362
tsconfig.json
@@ -23,6 +23,7 @@
23
"removeComments": false,
24
"resolveJsonModule": true,
25
"sourceMap": true,
26
- "strict": true
+ "strict": true,
27
+ "types": ["vitest/globals"]
28
}
29
0 commit comments