We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fe32b commit 4fc67efCopy full SHA for 4fc67ef
1 file changed
src/blog/2022/08/strict-tsconfig/strict-tsconfig.tsx
@@ -38,7 +38,9 @@ export class StrictTSConfig extends Post {
38
"noUncheckedIndexedAccess": true,
39
"allowImportingTsExtensions": true,
40
"verbatimModuleSyntax": true,
41
- "isolatedModules": true
+ "isolatedModules": true,
42
+ "noPropertyAccessFromIndexSignature": true,
43
+ "allowUnreachableCode": false
44
}
45
46
`}
0 commit comments