Skip to content

Commit 5bb99f1

Browse files
committed
add looser tsconfig
1 parent 734eff9 commit 5bb99f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.test.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"moduleResolution": "NodeNext",
66
"allowUnreachableCode": true,
77
"allowUnusedLabels": true,
8-
"noUnusedLocals": false
8+
"noUnusedLocals": false,
9+
"noPropertyAccessFromIndexSignature": false,
910
}
1011
}

0 commit comments

Comments
 (0)