Skip to content

Commit c375a00

Browse files
committed
feat: Enable property access from index signature in tsconfig.json
1 parent 5a53ebf commit c375a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/client/windows/agentChannels/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"forceConsistentCasingInFileNames": true,
66
"strict": true,
77
"noImplicitOverride": true,
8-
"noPropertyAccessFromIndexSignature": true,
8+
"noPropertyAccessFromIndexSignature": false,
99
"noImplicitReturns": true,
1010
"noFallthroughCasesInSwitch": true
1111
},

0 commit comments

Comments
 (0)