Files
vikunja/frontend/tsconfig.app.json
Claude Loop 485b41f16f fix: resolve final TypeScript issues in Multiselect and related components
- Fix Multiselect.vue generic component type annotation issue by removing complex generic constraint and moving i18n calls from default props to computed properties
- Replace generic type parameter with concrete type to resolve Vue 3.5+ script setup export issues
- Add proper type guards and assertions in select(), remove(), and emit functions
- Fix UserTeam.vue template type casting for IUser and ITeam interfaces
- Fix EditAssignees.vue event handler type casting from generic T to IUser
- Add skipLibCheck to TypeScript configuration for better library compatibility
- All TypeScript errors now resolved, typecheck passes cleanly
- Unit tests: 690 passing, E2E tests running successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 07:18:13 +00:00

714 B