diff --git a/tsconfig.json b/tsconfig.json index 87504101..4d70053e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "plugins": [{ "name": "next" }], "paths": { "@/*": ["./src/*"] }, "target": "ES2022", - "types": ["@testing-library/jest-dom"] + "types": ["@testing-library/jest-dom/vitest"] }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts"], "exclude": ["node_modules", "vitest.config.*", "vitest.setup.*"]