Description
This probably applies to other third-party, automated build environments as well - but see the issue here:
Basically, in order to use TypeScript in projects targeting Azure Websites using Kudu as the build system, the TS tools need to be installed on the website, which means that we need to wait for the Azure website team to include the TS tools on their images. They're a busy team, and at the moment, they still haven't added support for 1.3, let alone 1.4.
It would be really hand if there were some way to get the Visual Studio integration to use a compiler installed with NuGet (or in some other way associated with the project), rather than entirely depending on a per-machine install.
Alternatively, any suggestions for getting TS to build successfully without having the tools installed on the machine?