36 lines
953 B
JSON
36 lines
953 B
JSON
{
|
|
"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"],
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["es2015", "dom"],
|
|
"target": "es5",
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"public_api.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"strictMetadataEmit": true,
|
|
"bundleIndex": "index",
|
|
"importAs": "@angular/router"
|
|
}
|
|
}
|