For me it was this option in tsconfig.json:
"compileOnSave": true,
"compilerOptions": { ... },
Restart Visual Studio for this change to take effect.
For me it was this option in tsconfig.json:
"compileOnSave": true,
"compilerOptions": { ... },
Restart Visual Studio for this change to take effect.