I recently created an Angular 2 app using Visual Studio 2015 and TypeScript. I made sure to install TypeScript globally using the npm command "npm install -g [email protected]." However, when I try to build the project, I encounter several errors related to TypeScript. I then tried to follow the path control panel -> programs -> TypeScript tools for Visual Studio 1.7.6. My question is, even though I installed TypeScript 2.0 globally using npm, why is Visual Studio 2015 still showing TypeScript version 1.7.6? Could it be that installing TypeScript directly from the Microsoft website conflicts with the npm installation? Any insights on this issue would be greatly appreciated! Thank you.