fix: remove unused type references from tsconfig.json #37

Merged
ghost merged 1 commits from fix/remove-unused-tsconfig-types into main 2026-03-12 13:53:25 +00:00

1 Commits

Author SHA1 Message Date
gandalf-the-greybeard[bot] 8bd847907f fix: remove unused vite/client and vite-plugin-svgr/client type refs from tsconfig
These type references were causing tsc to fail because neither vite nor
vite-plugin-svgr is installed as a dependency. The codebase does not use
any Vite-specific APIs or SVG imports, so the references are unnecessary.

Fixes #36

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 21:40:29 +00:00