2017-09-28 16:18:12 -07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": false,
|
|
|
|
"strict": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strictNullChecks": true,
|
2018-06-18 16:38:33 -07:00
|
|
|
"strictPropertyInitialization": true,
|
2017-09-28 16:18:12 -07:00
|
|
|
"outDir": "../../../dist/all/@angular/service-worker/worker-es2017",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"rootDir": ".",
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
"target": "es2017",
|
2018-10-04 13:14:14 -07:00
|
|
|
"typeRoots": [],
|
|
|
|
"types": []
|
2017-09-28 16:18:12 -07:00
|
|
|
},
|
2018-02-13 08:19:33 -08:00
|
|
|
"bazelOptions": {
|
|
|
|
"suppressTsconfigOverrideWarnings": true
|
|
|
|
},
|
2017-09-28 16:18:12 -07:00
|
|
|
"files": [
|
|
|
|
"main.ts",
|
|
|
|
"src/service-worker.d.ts"
|
|
|
|
]
|
|
|
|
}
|