Visual Studio has a Typescript addon for developing apps with the Typescript language.
And there is also the Node.js Tools for VS, with which one is able to create and debug Node.js applications.
I tried creating a Node.js project, but then I couldn't add Typescript files to it, and if I added them by hand, they did not get compiled to javascript (couldn't set their Build action to TypeScriptCompile.)
And if I create a simple Typescript project, then it does not start my app with Node, because it is basically just an ASP.Net web project.
Is it possible to somehow create a VS project that uses Typescript and Node.js integration at the same time?