Angular 2 with Typescript configuration files

In this post we have added the configuration files which are required to setup the project to work with angular.
There are three files as mentioned below:
1. package.json
2. tsconfig.json
3. systemjs.config.js
package.json
{
"name": "hpdp-maas",
"version": "1.0.0",
"scripts":...