Hi,
This is probably a stupid question for some. How do I compile TypeScript to javascript automatically in VS 2015 and 2017? I want it to happen either on TS files being saved or project being built.
Please note:
1) I don't want to use node.js. Not that I have anything against it, I just think it's too much work.
2) I am not using Visual Studio Code. I am using regular VS.Net
I've been searching all day, all the answers I found are either node.js or VS Code.
Thanks