Angular 2 projects are separated into many different files: main, modules, components, etc. This lesson shows you how to take the Hello World example of an Angular 2 app and split it across multiple files for proper organization.
Every time I run "tsc" command it tries to compile *.d.ts files in node_modules directory, though I added that folder in "exclude" in tsConfig.json file. How should I fix it?