2016-04-29 00:50:03 +00:00
|
|
|
{
|
2017-03-02 20:12:46 +00:00
|
|
|
"extends": "../tsconfig-build",
|
2017-01-24 17:31:27 +00:00
|
|
|
|
2016-04-29 00:50:03 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"paths": {
|
2017-03-07 00:51:03 +00:00
|
|
|
"@angular/core": ["../../dist/packages/core"],
|
2017-03-02 20:12:46 +00:00
|
|
|
"@angular/common": ["../../dist/packages/common"]
|
2017-01-28 01:39:48 +00:00
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
2017-03-02 20:12:46 +00:00
|
|
|
"index.ts",
|
2016-04-29 00:50:03 +00:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-23 00:37:48 +00:00
|
|
|
],
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|