2016-11-09 16:33:33 -05:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noEmitOnError": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"outDir": "../../../dist/packages-dist/router",
|
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
2016-11-11 13:46:53 -05:00
|
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"],
|
2016-11-09 16:33:33 -05:00
|
|
|
"@angular/router": ["../../../dist/packages-dist/router"],
|
|
|
|
"@angular/upgrade/static": ["../../../dist/packages-dist/upgrade/static"]
|
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
"target": "es5",
|
|
|
|
"skipLibCheck": true
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"upgrade.ts"
|
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
}
|
|
|
|
}
|