27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
"@angular/common": ["../../dist/packages/common"]
|
|
},
|
|
"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",
|
|
"skipTemplateCodegen": true
|
|
}
|
|
}
|