2017-02-28 20:49:37 -05:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2017-02-28 20:49:37 -05:00
|
|
|
"compilerOptions": {
|
2017-08-02 22:15:30 -04:00
|
|
|
"baseUrl": ".",
|
|
|
|
"rootDir": "../../",
|
2017-02-28 20:49:37 -05:00
|
|
|
"paths": {
|
2017-09-20 12:54:47 -04:00
|
|
|
"@angular/animations": ["../../../../dist/packages/animations"],
|
2018-03-07 14:26:11 -05:00
|
|
|
"@angular/animations/browser": ["../../../../dist/packages/animations/browser"],
|
2017-09-20 12:54:47 -04:00
|
|
|
"@angular/core": ["../../../../dist/packages/core"]
|
2017-08-02 22:15:30 -04:00
|
|
|
},
|
|
|
|
"outDir": "../../../../dist/packages/animations"
|
2017-02-28 20:49:37 -05:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-02-28 20:49:37 -05:00
|
|
|
"files": [
|
2017-08-02 22:15:30 -04:00
|
|
|
"public_api.ts",
|
2017-02-28 20:49:37 -05:00
|
|
|
"../../../../node_modules/@types/hammerjs/index.d.ts",
|
|
|
|
"../../../../node_modules/@types/jasmine/index.d.ts",
|
|
|
|
"../../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
|
|
],
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-02-28 20:49:37 -05:00
|
|
|
"angularCompilerOptions": {
|
2017-08-02 22:15:30 -04:00
|
|
|
"annotateForClosureCompiler": true,
|
2017-09-20 12:54:47 -04:00
|
|
|
"strictMetadataEmit": false,
|
|
|
|
"skipTemplateCodegen": true,
|
2017-09-13 19:20:29 -04:00
|
|
|
"flatModuleOutFile": "testing.js",
|
2017-08-02 22:15:30 -04:00
|
|
|
"flatModuleId": "@angular/animations/browser/testing"
|
2017-02-28 20:49:37 -05:00
|
|
|
}
|
|
|
|
}
|