- Remove '@calcom/ui/*': ['../../packages/ui/components/*'] path mapping from apps/web/tsconfig.json - Fix imports from '@calcom/ui/componentName' to '@calcom/ui/components/componentName' format - Preserve direct exports like '@calcom/ui/classNames' and '@calcom/ui/styles' - Update 200+ files across apps/web, packages/features, packages/app-store, and packages/ui - Fix localStorage usage to use safe webstorage import - Remove forbidden 'as any' type casting in favor of proper TypeScript types - All changes verified to pass TypeScript compilation Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>