diff --git a/__tests__/tsconfig.json b/__tests__/tsconfig.json index 4b76f62e..ed6353ce 100644 --- a/__tests__/tsconfig.json +++ b/__tests__/tsconfig.json @@ -4,6 +4,7 @@ "lib": ["es2015"], "strict": true, "noUnusedLocals": false, - "target": "ES5" + "target": "ES5", + "types": ["vitest/globals"] } }