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
locate the file i.e. C:\file.ts in your terminal/cmd and type
terminal/cmd
tsc file.ts -w // watches for file changes and converts on save