2016-04-29 00:50:03 +00:00
|
|
|
{
|
2017-01-24 17:31:27 +00:00
|
|
|
"extends": "./tsconfig-build",
|
2016-04-29 00:50:03 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"paths": {
|
2016-08-31 01:07:40 +00:00
|
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
|
|
|
"@angular/http": ["../../../dist/packages-dist/http"],
|
2016-04-29 00:50:03 +00:00
|
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
2017-01-24 17:31:27 +00:00
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
2016-08-31 01:07:40 +00:00
|
|
|
"testing/index.ts"
|
2016-08-23 00:37:48 +00:00
|
|
|
],
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"strictMetadataEmit": true
|
|
|
|
|
}
|
2016-04-29 00:50:03 +00:00
|
|
|
}
|