From 36e8aeb906d420df9007fdd5d2b2e12c3cf24d14 Mon Sep 17 00:00:00 2001 From: Siarhei Karol Date: Thu, 24 Oct 2024 13:01:10 +0500 Subject: [PATCH] update TS config --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index df2e81c7..ee5bb3c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,8 +14,7 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, - "types": ["vite-plugin-svgr/client"] + "noFallthroughCasesInSwitch": true }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }]