Files

28 lines
654 B
JSON
Raw Permalink Normal View History

2016-05-20 13:22:57 -07:00
{
"extends": "../tsconfig-build.json",
2016-05-20 13:22:57 -07:00
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
2016-05-20 13:22:57 -07:00
"emitDecoratorMetadata": true,
"paths": {
"@angular/core": ["../../dist/packages/core"],
"@angular/common": ["../../dist/packages/common"],
"@angular/platform-browser": ["../../dist/packages/platform-browser"]
},
"outDir": "../../dist/packages/router"
2016-05-20 13:22:57 -07:00
},
2016-05-20 13:22:57 -07:00
"files": [
"public_api.ts"
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"skipTemplateCodegen": true,
"flatModuleOutFile": "router.js",
"flatModuleId": "@angular/router"
}
2016-05-20 14:43:07 -07:00
}