diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index d72d1fbf..02a0d010 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -21,7 +21,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["vitest/globals", "@testing-library/jest-dom/vitest"] + "types": ["vitest", "vitest/globals", "@testing-library/jest-dom/vitest"] }, "include": [ "next-env.d.ts",