Upgrade to angular 2.0.0-rc.1
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
{
|
||||
"version": "1.7.5",
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": false,
|
||||
"declaration": true,
|
||||
"removeComments": true,
|
||||
"removeComments": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"noImplicitAny": true,
|
||||
"listFiles": false,
|
||||
"noLib": false,
|
||||
"noImplicitAny": true
|
||||
"noLib": false
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"files": [
|
||||
"ng2-file-upload.ts"
|
||||
"./typings/browser.d.ts",
|
||||
"./ng2-file-upload.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user