diff --git a/README.md b/README.md index 98643c2b..4f56ad92 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Also, depending on your local setup, you may need to update your // In tsconfig.json "compilerOptions": { ... - "types": ["vitest/globals", "@testing-library/jest-dom"] + "types": ["vitest/globals", "@testing-library/jest-dom/vitest"] }, "include": [ ...