Move src/tsconfig.json to the root
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"exclude": [
|
||||
"../node_modules",
|
||||
"../typings/main",
|
||||
"../typings/main.d.ts"
|
||||
"node_modules",
|
||||
"typings/main",
|
||||
"typings/main.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user