Skip to content

Commit 7cc264d

Browse files
committed
Remove unnecessary comment
1 parent 451fee5 commit 7cc264d

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
@@ -30,7 +30,7 @@
3030
"noImplicitOverride": true,
3131
"noImplicitReturns": false, // TODO consider
3232
"noPropertyAccessFromIndexSignature": false, // TODO consider
33-
"noUncheckedIndexedAccess": true, // FIXME
33+
"noUncheckedIndexedAccess": true,
3434
"noUnusedLocals": true,
3535
"noUnusedParameters": true,
3636
"allowSyntheticDefaultImports": true

0 commit comments

Comments
 (0)