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",