17 lines
363 B
JSON
17 lines
363 B
JSON
{
|
|
"extends": "./tsconfig-build",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
"@angular/http": ["../../../dist/packages-dist/http"],
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
|
}
|
|
},
|
|
"files": [
|
|
"testing/index.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": true
|
|
}
|
|
}
|