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