diff --git a/tsconfig.json b/tsconfig.json index e6d95300..b6c5215a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "paths": { "@/*": ["./*"] }, - "types": ["vite/client", "jest"] + "types": ["vite/client"] }, "include": ["src"] }