31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "../",
|
|
"paths": {
|
|
"rxjs/*": [
|
|
"../../../node_modules/rxjs/*"
|
|
],
|
|
"@angular/core": [
|
|
"../../../dist/packages/core"
|
|
],
|
|
"@angular/compiler": [
|
|
"../../../dist/packages/compiler"
|
|
],
|
|
},
|
|
"outDir": "../../../dist/packages/core"
|
|
},
|
|
"files": [
|
|
"public_api.ts",
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts",
|
|
"../../system.d.ts",
|
|
"../../types.d.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": false,
|
|
"skipTemplateCodegen": true,
|
|
"flatModuleOutFile": "testing.js",
|
|
"flatModuleId": "@angular/core/testing"
|
|
}
|
|
} |