From 25670814e4c3c187e34edb3f3723ce70557997a4 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 22 Feb 2023 22:08:11 +0100 Subject: [PATCH] fix tsconfig types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }