We have been using TypeScript in our project since last year with VS 2012. Recently we upgraded to VS 2013 Pro Update 2 and now if we work on TypeScript the IDE performance is extremely slow (particularly the save file).
Also once I open a TypeScript file the IDE becomes slower for all the files (cshtml, js, cs) in that web project.
I found the following article to improve the performance of VS 2013 but it did not work.
This problem was never there with VS 2012. Is there any workaround for this issue?
Update: We now know that the problem is with AnkhSVN plugin that we are using in VS 2013.
https://typescript.codeplex.com/workitem/2506
If we disable this plugin then this problem disappears. But this workaround is not convenient as we still need AnkhSVN to track changes in VS 2013.