Our team is experiencing an issue with a VS2013 project that utilizes TypeScript. The project compiles without any problems on my machine, but when another developer opens the exact same project and attempts to build it, they encounter numerous error messages related to TypeScript:
https://i.sstatic.net/qvMX1.png
Surprisingly, there are no issues at all when compiling the project on my machine. It seems like everything runs smoothly.
All of us have the latest version of TypeScript for Visual Studio 2013 installed, which is version 1.8.3. Any thoughts on what could be causing this discrepancy?