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';
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"removeComments": false,
|
||||
"noImplicitAny": false
|
||||
},
|
||||
"exclude": [
|
||||
"../node_modules",
|
||||
"../typings/main",
|
||||
"../typings/main.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user