Paul Gschwendtner c7d20639c6 build: enable noImplicitOverride in project (#42512)
Enables the `noImplicitOverride` option to improve
overall codehealth in the repository.

PR Close #42512
2021-07-12 13:11:14 -07:00

31 lines
737 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"strict": true,
"module": "es2015",
"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": ["es2015"],
"target": "es5",
"typeRoots": [],
"types": [
"node"
]
},
"files": [
"main.ts",
"../../../node_modules/@types/node/index.d.ts"
]
}