We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734eff9 commit 5bb99f1Copy full SHA for 5bb99f1
tsconfig.test.json
@@ -5,6 +5,7 @@
5
"moduleResolution": "NodeNext",
6
"allowUnreachableCode": true,
7
"allowUnusedLabels": true,
8
- "noUnusedLocals": false
+ "noUnusedLocals": false,
9
+ "noPropertyAccessFromIndexSignature": false,
10
}
11
0 commit comments