22 lines
726 B
JSON
22 lines
726 B
JSON
{
|
|
"extends": "./tsconfig-build",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
|
|
}
|
|
},
|
|
"files": [
|
|
"testing/index.ts",
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": true
|
|
}
|
|
}
|