Changes:
- Update root build script to build shared package first before other packages
- Add explicit type annotations (any) to all map/filter/flatMap callback parameters
to fix implicit any errors with strict TypeScript mode
Files fixed:
- cookbooks.routes.ts: 8 implicit any parameters
- meal-plans.routes.ts: 2 implicit any parameters
- recipes.routes.ts: 3 implicit any parameters
- tags.routes.ts: 1 implicit any parameter
This ensures the build succeeds with strict TypeScript mode enabled.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>