I recently added TypeScript 1.7.4 using Visual Studio 2015, and it appears correctly installed within the IDE.
However, when I check the version using tsc --version in the command line, it shows a different, older version - 1.0.3.0 instead of 1.7.4.
Is there a way to determine which version of TypeScript is actually installed via the command line interface?