2016-06-21 13:35:42 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
2016-08-30 21:07:40 -04:00
|
|
|
"emitDecoratorMetadata": true,
|
2016-06-21 13:35:42 -04:00
|
|
|
"experimentalDecorators": true,
|
2016-08-30 21:07:40 -04:00
|
|
|
"module": "es2015",
|
2016-06-21 13:35:42 -04:00
|
|
|
"moduleResolution": "node",
|
2016-08-30 21:07:40 -04:00
|
|
|
"noEmitOnError": false,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitReturns": true,
|
2016-06-21 13:35:42 -04:00
|
|
|
"outDir": "../../../dist/packages-dist/router/",
|
|
|
|
"paths": {
|
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
2016-07-20 20:51:21 -04:00
|
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
2016-06-21 13:35:42 -04:00
|
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"],
|
2016-08-30 21:07:40 -04:00
|
|
|
"@angular/router": ["../../../dist/packages-dist/router"]
|
2016-06-21 13:35:42 -04:00
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
|
|
|
"lib": ["es6", "dom"],
|
2016-08-30 21:07:40 -04:00
|
|
|
"target": "es5",
|
|
|
|
"skipLibCheck": true
|
2016-06-21 13:35:42 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2016-08-30 21:07:40 -04:00
|
|
|
"testing/index.ts"
|
2016-08-22 20:37:48 -04:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
}
|
2016-06-21 13:35:42 -04:00
|
|
|
}
|