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