TypeScript | TypeScript Configuration and Performance | Question2

Last Updated :
Discuss
Comments

Which tsconfig.json option improves performance by only compiling changed files in large projects?

"incremental": true

"strict": true

"module": "CommonJS"

"target": "ES6"

Share your thoughts in the comments