Will there be a TypeScript template for Universal Apps in VS 2015?

I just installed VS 2015 for developing universal Windows applications. I see templates for these projects under C # and JavaScript, but not under TypeScript. Should we expect this in the near future? Perhaps the RTM version of Visual Studio 2015?

+7
visual-studio-2015 typescript win-universal-app
source share
1 answer

The official line on this issue since 2014 has been:

TypeScript is not officially supported for running Universal App projects. But you could seduce some experience, but there will be gaps when we fill them. It is possible that debugging does not work correctly for .jsproj, and I believe that Universal Apps will use it.

It still leads us to the TypeScript issue for Universal Apps , which is awaiting an offer.

So we are still at the official stage.

+1
source share

All Articles