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/cli-custom",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
|
|
|
"rootDir": ".",
|
|
|
|
"paths": {
|
|
|
|
"@angular/service-worker/config": ["../../../dist/packages/service-worker/config"]
|
|
|
|
},
|
|
|
|
"inlineSourceMap": true,
|
|
|
|
"lib": ["es2015"],
|
|
|
|
"target": "es5",
|
2018-10-04 16:14:14 -04:00
|
|
|
"typeRoots": [],
|
|
|
|
"types": [
|
|
|
|
"node"
|
|
|
|
]
|
2017-09-28 19:18:12 -04:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"main.ts",
|
|
|
|
"../../../node_modules/@types/node/index.d.ts"
|
|
|
|
]
|
|
|
|
}
|