Which tsconfig.json option improves performance by only compiling changed files in large projects?
"incremental": true
"strict": true
"module": "CommonJS"
"target": "ES6"
This question is part of this quiz :