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" }]