You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//": "Base compilerOptions consumed via `extends` by packages/core (only compilerOptions are inherited — files/include/exclude are not). This root config compiles nothing itself: `files: []` + `references` make it a solution-style config (empty `files` requires `references`, else TS18002), so `npx tsc --noEmit` delegates instead of sweeping apps/web (which owns the @/* alias) and the unwired scripts/. The authoritative typecheck is `pnpm type-check` (turbo, per-workspace).",