File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9292 // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
9393 "noUncheckedIndexedAccess" : true , /* Add 'undefined' to a type when accessed using an index. */
9494 "noImplicitOverride" : true , /* Ensure overriding members in derived classes are marked with an override modifier. */
95- "noPropertyAccessFromIndexSignature" : true , /* Enforces using indexed accessors for keys declared using an indexed type. */
95+ "noPropertyAccessFromIndexSignature" : false , /* Enforces using indexed accessors for keys declared using an indexed type. */
9696 "allowUnusedLabels" : true , /* Disable error reporting for unused labels. */
9797 "allowUnreachableCode" : true , /* Disable error reporting for unreachable code. */
9898
You can’t perform that action at this time.
0 commit comments