From ce54d83d16cbe9881b160728d69e1321b2ad7ca5 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 20 May 2026 11:12:46 +0000 Subject: [PATCH] fix: remove vite/vite-plugin-svgr type refs (packages not in deps) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 07cd383..ae381b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "jsx": "react", "skipLibCheck": true, - "types": ["vite/client", "vite-plugin-svgr/client", "vitest/globals", "@testing-library/jest-dom"] + "types": ["vitest/globals", "@testing-library/jest-dom"] }, "include": ["src"] }