What is the advantage of "noEmit": true in TypeScript projects?
Prevents JavaScript output, useful for type-checking only.
Optimizes compiled JavaScript for performance.
Skips type checking and speeds up compilation.
Forces TypeScript to generate separate .map files.
This question is part of this quiz :
TypeScript Configuration and Performance