34 lines
849 B
JSON
34 lines
849 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/packages/animations",
|
|
"paths": {
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"target": "es2015",
|
|
"lib": ["es2015", "dom"],
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": true,
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"public_api.ts",
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
"../system.d.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit": true,
|
|
"flatModuleOutFile": "index.js",
|
|
"flatModuleId": "@angular/animations"
|
|
}
|
|
}
|