We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noImplicitOverride
noPropertyAccessFromIndexSignature
1 parent 1e142cd commit 3ba13f4Copy full SHA for 3ba13f4
packages/schematics/angular/workspace/files/tsconfig.json.template
@@ -6,6 +6,8 @@
6
"outDir": "./dist/out-tsc",<% if (strict) { %>
7
"forceConsistentCasingInFileNames": true,
8
"strict": true,
9
+ "noImplicitOverride": true,
10
+ "noPropertyAccessFromIndexSignature": true,
11
"noImplicitReturns": true,
12
"noFallthroughCasesInSwitch": true,<% } %>
13
"sourceMap": true,
0 commit comments