Skip to content

Commit b5ed50f

Browse files
author
William Duncan
committed
disable noPropertyAccessFromIndexSignature
1 parent c8fa951 commit b5ed50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
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

0 commit comments

Comments
 (0)