Move src/tsconfig.json to the root

This commit is contained in:
József Farkas
2016-04-08 20:15:39 +02:00
parent 09a4636ae4
commit cf1f979c8a
2 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
///<reference path="../node_modules/angular2/typings/browser.d.ts"/>
import { bootstrap } from 'angular2/platform/browser';
import { HTTP_PROVIDERS } from 'angular2/http';

View File

@@ -10,8 +10,8 @@
"noImplicitAny": false
},
"exclude": [
"../node_modules",
"../typings/main",
"../typings/main.d.ts"
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}