Currently, I am utilizing Typescript 1.7 within an MVC environment. Locally, my Typescript functions properly and compiles without any issues.
However, when integrating with visualstudioonline TFS for continuous integration to an azure website, I have encountered a sudden problem. Despite working smoothly for some time, any new Typescript files are not generating a corresponding JavaScript file on the server after CI. Additionally, changes made to TS files are not reflected in the JS file on the server post a CI build/deploy, despite functioning correctly on my local machine.
I have attempted to update to Typescript 1.75 without success. Furthermore, exploring VSO's new build service as an alternative to the XAML build I previously used has also proved unsuccessful in compiling and publishing the JavaScript files.