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