From 5b16df9cd34d0268d7a9354515e7988c0620579b Mon Sep 17 00:00:00 2001 From: "Anya (OpenClaw)" Date: Sun, 8 Feb 2026 17:31:30 +0000 Subject: [PATCH] fix(frontend): add vitest globals types for TS typecheck --- frontend/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 19c51c83..278fc24a 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -20,7 +20,8 @@ ], "paths": { "@/*": ["./src/*"] - } + }, + "types": ["vitest/globals", "@testing-library/jest-dom"] }, "include": [ "next-env.d.ts",