DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
TypeScript
What does tsc -b (build mode) do differently from a plain tsc invocation, for a project using references?
A
Nothing different
B
It builds referenced dependency projects FIRST, in the correct order, and only rebuilds packages whose inputs actually changed (incremental builds)
C
It ignores all references
D
It only works for a single file at a time
Check Answer