2017-01-26 19:16:51 +00:00
|
|
|
{
|
2017-01-28 01:39:48 +00:00
|
|
|
"extends": "./tsconfig-build",
|
|
|
|
|
|
2017-01-26 19:16:51 +00:00
|
|
|
"compilerOptions": {
|
2017-01-28 01:39:48 +00:00
|
|
|
"outDir": "../../../dist/packages-dist/animation",
|
2017-01-26 19:16:51 +00:00
|
|
|
"paths": {
|
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core/"],
|
|
|
|
|
"@angular/animation": ["../../../dist/packages-dist/animation/"]
|
2017-01-28 01:39:48 +00:00
|
|
|
}
|
2017-01-26 19:16:51 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"testing/index.ts",
|
|
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
|
],
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
|
}
|
|
|
|
|
}
|