After installing TypeScript on my VS2013, I obtained the Angular 1.5 Definitely Typed from the NuGet package manager.
Although angular.d.ts and its components do not generate angular.js file, when I create another TypeScript file like file1.ts, the file1.js is generated and can be used in the project.
How can this issue be fixed?