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 { bootstrap } from 'angular2/platform/browser';
|
||||||
import { HTTP_PROVIDERS } from 'angular2/http';
|
import { HTTP_PROVIDERS } from 'angular2/http';
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
"noImplicitAny": false
|
"noImplicitAny": false
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"../node_modules",
|
"node_modules",
|
||||||
"../typings/main",
|
"typings/main",
|
||||||
"../typings/main.d.ts"
|
"typings/main.d.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user