fix: remove vite/vite-plugin-svgr type refs (packages not in deps)
CI / ci (push) Successful in 39s
CI / ci (pull_request) Successful in 2m45s
Dual Approval (CTO + QA) / dual-approval (pull_request) Failing after 0s

This commit is contained in:
2026-05-20 11:12:46 +00:00
committed by Countess von Containerheim [agent]
parent eff564b7d1
commit ce54d83d16
+1 -1
View File
@@ -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"]
}