diff --git a/tsconfig.json b/tsconfig.json index c686743c..114bad48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,8 @@ "noUnusedLocals": false, "noUnusedParameters": false, "types": [ - "jest", - "node" + "node", + "vitest/globals" ], "jsx": "react", "jsxFactory": "jsx",