25 lines
528 B
JSON
25 lines
528 B
JSON
|
{
|
||
|
"extends": "../tsconfig-build.json",
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"rootDir": ".",
|
||
|
"paths": {
|
||
|
"@angular/core": ["../../dist/packages/core"]
|
||
|
},
|
||
|
"outDir": "../../dist/packages/service-worker"
|
||
|
},
|
||
|
|
||
|
"files": [
|
||
|
"public_api.ts",
|
||
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
||
|
],
|
||
|
|
||
|
"angularCompilerOptions": {
|
||
|
"annotateForClosureCompiler": true,
|
||
|
"strictMetadataEmit": false,
|
||
|
"flatModuleOutFile": "service-worker.js",
|
||
|
"flatModuleId": "@angular/service-worker"
|
||
|
}
|
||
|
}
|