2016-04-28 20:50:03 -04:00
|
|
|
{
|
2017-03-02 15:12:46 -05:00
|
|
|
"extends": "../tsconfig-build",
|
2017-01-24 12:31:27 -05:00
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
"compilerOptions": {
|
|
|
|
"paths": {
|
2017-03-06 19:51:03 -05:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
2017-03-02 15:12:46 -05:00
|
|
|
"@angular/common": ["../../dist/packages/common"]
|
2017-01-27 20:39:48 -05:00
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2017-03-02 15:12:46 -05:00
|
|
|
"index.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"../../../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
|
|
|
}
|