2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
2016-05-19 18:29:50 -04:00
|
|
|
"stripInternal": true,
|
2016-04-28 20:50:03 -04:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2016-08-30 21:07:40 -04:00
|
|
|
"outDir": "../../../dist/packages-dist/http",
|
2016-04-28 20:50:03 -04:00
|
|
|
"paths": {
|
2016-05-31 19:44:13 -04:00
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
|
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
2016-05-02 22:45:52 -04:00
|
|
|
"inlineSources": true,
|
2016-08-30 21:07:40 -04:00
|
|
|
"target": "es5",
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"lib": ["es2015", "dom"]
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.ts",
|
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-22 20:37:48 -04:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|