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
"annotation": "1. Project References:\nProject references allows you to structure your TypeScript programs into smaller pieces, available in TypeScript 3.0 and newer.\n\nBy doing this, you can greatly improve build times, enforce logical separation between components, and organize your code in new and better ways.\n\nWe’re also introducing a new mode for tsc, the --build flag, that works hand in hand with project references to enable faster TypeScript builds.\n\n[tsconfig.json]"