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 ede448e commit 57efe2cCopy full SHA for 57efe2c
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