2017-01-26 11:16:51 -08:00
|
|
|
{
|
2017-08-02 19:15:30 -07:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2017-01-26 11:16:51 -08:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": ".",
|
2017-09-20 09:54:47 -07:00
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../dist/packages/core"]
|
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
"outDir": "../../dist/packages/animations"
|
2017-01-26 11:16:51 -08:00
|
|
|
},
|
2017-08-02 19:15:30 -07:00
|
|
|
|
2017-01-26 11:16:51 -08:00
|
|
|
"files": [
|
2017-02-15 13:30:40 -08:00
|
|
|
"public_api.ts",
|
2017-03-13 15:46:44 -07:00
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
|
|
"../system.d.ts"
|
2017-01-26 11:16:51 -08:00
|
|
|
],
|
2017-08-02 19:15:30 -07:00
|
|
|
|
2017-01-26 11:16:51 -08: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": "animations.js",
|
2017-02-22 15:14:49 -08:00
|
|
|
"flatModuleId": "@angular/animations"
|
2017-01-26 11:16:51 -08:00
|
|
|
}
|
|
|
|
}
|