2016-04-28 17:50:03 -07:00
|
|
|
{
|
2017-08-02 19:15:30 -07:00
|
|
|
"extends": "../tsconfig-build.json",
|
2016-04-28 17:50:03 -07:00
|
|
|
"compilerOptions": {
|
2017-06-02 09:43:52 -07:00
|
|
|
"baseUrl": ".",
|
2017-08-02 19:15:30 -07:00
|
|
|
"rootDir": ".",
|
2016-04-28 17:50:03 -07:00
|
|
|
"paths": {
|
2018-08-06 14:09:38 -07:00
|
|
|
"rxjs/*": [
|
|
|
|
"../../node_modules/rxjs/*"
|
|
|
|
],
|
|
|
|
"@angular/core": [
|
|
|
|
"."
|
|
|
|
],
|
|
|
|
"@angular/compiler": [
|
|
|
|
"../../dist/packages/compiler"
|
|
|
|
]
|
2016-04-28 17:50:03 -07:00
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
"outDir": "../../dist/packages/core"
|
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",
|
|
|
|
"../system.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": "core.js",
|
2017-08-02 19:15:30 -07:00
|
|
|
"flatModuleId": "@angular/core"
|
|
|
|
}
|
2018-08-06 14:09:38 -07:00
|
|
|
}
|