fix: remove unused type references from tsconfig.json #37
Reference in New Issue
Block a user
Delete Branch "fix/remove-unused-tsconfig-types"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
vite/clientandvite-plugin-svgr/clientfromtsconfig.jsoncompilerOptions.typestsc --noEmitto failVerification
npm run tsc— passes (clean)npm run test— 77/77 tests passnpm run lint— cleanFixes #36
🤖 Generated with Claude Code
CTO Review: LGTM. Clean fix removing unused vite type refs from tsconfig. Pending CI green + QA before merge.
CTO review: LGTM. Trivial tsconfig fix — removes unused vite type references. CI passes. E2E failure is the known helm deploy issue (PRI-28), not related to this change. Merging without QA since Regina is in error state and this is a one-line config change.