Currently, I have an angular2 client integrated into a Visual Studio vNext (ASP.Net 5) project. During my attempt to create a build in Visual Studio Team Services, I encountered errors similar to this one during the build step:
It appears that module 'angular2/core' cannot be found
This issue often relates to the typescript compiler. Even though I have tsconfig.json within the project, it is unclear if Team Services is utilizing it.
Interestingly, I do not face any complications when building locally through Visual Studio.
Does anyone have suggestions on how to address this matter?