How does "isolatedModules": true improve performance in TypeScript projects?
It ensures each file is compiled independently, allowing faster transpilation.
It merges all TypeScript files into a single output file.
It prevents TypeScript from using module imports.
It optimizes runtime performance instead of compilation speed.
This question is part of this quiz :
TypeScript Configuration and Performance