I am currently working on a project using Angular 2 (rc5) and TypeScript (1.8.10).
Angular 2 is built with TypeScript, but in the node_modules directory, I notice that there are JavaScript files (*.js) along with declaration files (*.d.ts). It makes it difficult to navigate through the source code on GitHub.
Is there a way to include the TypeScript sources for Angular 2 in WebStorm?