The \"Compile on save\" feature isn\'t working for me after upgrading to Visual Studio 2015. When I make a change to a .ts file in my project and save, the sta
.ts
For me it was this option in tsconfig.json:
tsconfig.json
"compileOnSave": true, "compilerOptions": { ... },
Restart Visual Studio for this change to take effect.