I have the following situation:
- A large ASP.NET site that we want to converter to typescript
- The typescript projects as part of the solution, but in different projects
- The typescript has been set to one only js file per project.
- I use visual studio 2012 and typescript 0.9.5
The question is: is it possible to debug directly the typescript ts files with this configuration? If it is not possible what I need to modify to do that. The project is big and it not a good solution to put the typescript part inside it, because the time of compilation of the web application is very long.
Thanks