Now that I have a number of reasonably sized TypeScript libraries and apps I have noticed that builds reduce my multi-core 8Gb dev machine to a crawl. The cause is the large number of TypeScript compiler instances spun up by VS2012 when I do a build.
I presume I must have a stupid VS2012/TypeScript setting somewhere. Any suggestions?