2017-01-26 14:16:51 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "../../../dist/packages-dist/animation",
|
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"]
|
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
2017-01-27 20:39:48 -05:00
|
|
|
"target": "es2015",
|
2017-01-26 14:16:51 -05:00
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
"types": []
|
|
|
|
},
|
|
|
|
"files": [
|
2017-02-15 16:30:40 -05:00
|
|
|
"public_api.ts",
|
2017-01-26 14:16:51 -05:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
|
|
"../../system.d.ts"
|
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"annotateForClosureCompiler": true,
|
2017-02-15 16:30:40 -05:00
|
|
|
"strictMetadataEmit": true,
|
2017-02-22 13:57:01 -05:00
|
|
|
"flatModuleOutFile": "index.js",
|
|
|
|
"flatModuleId": "@angular/animation"
|
2017-01-26 14:16:51 -05:00
|
|
|
}
|
|
|
|
}
|