angular/packages/service-worker/cli/tsconfig.json
Andrew Scott fdfcef5a0a build: enable useUnknownInCatchVariables (#44679)
This unblocks the internal migration to turn the option on in g3.

PR Close #44679
2022-02-01 18:17:29 +00:00

34 lines
No EOL
767 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"strict": true,
"module": "es2020",
"moduleResolution": "node",
"strictNullChecks": true,
"strictPropertyInitialization": true,
"outDir": "../../../dist/all/@angular/service-worker/cli-custom",
"noImplicitAny": true,
"noImplicitOverride": true,
"noFallthroughCasesInSwitch": true,
"rootDir": ".",
"paths": {
"@angular/service-worker/config": [
"../../../dist/packages/service-worker/config"
]
},
"inlineSourceMap": true,
"lib": [
"es2020"
],
"target": "es2020",
"typeRoots": [],
"types": [
"node"
]
},
"files": [
"main.ts",
"../../../node_modules/@types/node/index.d.ts"
]
}