Description
Moving this over from CodePlex (14 votes, assigned to jonturner, http://typescript.codeplex.com/workitem/2459):
I recently converted my Windows Store app to a Universal App with a Windows Phone and a Shared project. I moved all of my TS files to the Shared project, but TypeScript doesn't behave the way that it used to in a regular JS project. I can't get it to generate source maps and i can't get the JS file nested under the TS file (VS hangs and won't load the project). I basically tried coping the TS configurations from the Windows Store JS project to the .Shared.shproj and the S.Shared.projitems files. I realize that 2013.2 is RC currently, but i'm hoping there is a supported way of adding TS support to a Universal Shared project.
Also, this really scenario really begs support for cross project support since Universal Apps assume you'll have files spread across the different projects.