Skip to content

Commit 57efe2c

Browse files
committed
tsconfig: add vitest/globals
1 parent ede448e commit 57efe2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"removeComments": false,
2424
"resolveJsonModule": true,
2525
"sourceMap": true,
26-
"strict": true
26+
"strict": true,
27+
"types": ["vitest/globals"]
2728
}
2829
}

0 commit comments

Comments
 (0)