I'm trying to create a typescript project.
Very simply I want my ts files to turn into js files when I build.
I'm using VisualStudio 2015 Enterprise.
I created a Blank WebApplication.
I tried to install Typescript but it says typescript 1.6.3 has already been preinstalled.
When I create a ts file nothing happens.
When I right-click the project I do not have a Typescript tab in Project properties.
Where am I going wrong?


