29 lines
688 B
JSON
29 lines
688 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../../dist/packages-dist/http",
|
|
"paths": {
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
"@angular/http": ["../../../dist/packages-dist/http"],
|
|
"rxjs/*": ["../../../node_modules/rxjs/*"]
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["es6", "dom"],
|
|
"target": "es5",
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"testing/index.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": true
|
|
}
|
|
}
|