2016-04-28 17:50:03 -07:00
|
|
|
{
|
2017-08-02 19:15:30 -07:00
|
|
|
"extends": "../tsconfig-build.json",
|
2017-06-02 09:43:52 -07:00
|
|
|
|
2016-04-28 17:50:03 -07:00
|
|
|
"compilerOptions": {
|
2017-08-02 19:15:30 -07:00
|
|
|
"rootDir": ".",
|
2017-06-02 09:43:52 -07:00
|
|
|
"baseUrl": ".",
|
2016-04-28 17:50:03 -07:00
|
|
|
"paths": {
|
2017-03-02 12:12:46 -08:00
|
|
|
"@angular/core": ["../../dist/packages/core"]
|
2016-04-28 17:50:03 -07:00
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
"outDir": "../../dist/packages/common"
|
2016-04-28 17:50:03 -07:00
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
|
2016-04-28 17:50:03 -07:00
|
|
|
"files": [
|
2017-02-15 13:30:40 -08:00
|
|
|
"public_api.ts",
|
2017-03-02 12:12:46 -08:00
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
2017-08-02 19:15:30 -07:00
|
|
|
],
|
|
|
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"annotateForClosureCompiler": true,
|
2017-09-20 09:54:47 -07:00
|
|
|
"strictMetadataEmit": false,
|
|
|
|
"skipTemplateCodegen": true,
|
2017-09-13 16:20:29 -07:00
|
|
|
"flatModuleOutFile": "common.js",
|
2017-08-02 19:15:30 -07:00
|
|
|
"flatModuleId": "@angular/common"
|
|
|
|
}
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|