TypeScript “Compile on save” feature not working in Visual Studio 2015

For me it was this option in tsconfig.json:

"compileOnSave": true,
"compilerOptions": { ... },

Restart Visual Studio for this change to take effect.

Leave a Comment