Files
vikunja/frontend/package.json
Claude Loop 702bc367ec fix: resolve major model class initialization and zod schema issues
- Add missing zod dependency to package.json for schema validation
- Fix model class initialization issues with proper constructor patterns
- Update TaskModel with correct date initialization and type assertions
- Fix various model classes with proper new instance creation patterns
- Resolve zod import issues with correct import structure
- Fix histoire setup complex union type with proper type assertion
- Add proper type guards and null handling in model constructors

Reduced TypeScript errors from 1200+ to ~788 through systematic model fixes.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-20 04:15:06 +00:00

5.9 KiB