Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
louisscruz committed Mar 27, 2023
1 parent 1bdd39a commit 8d5f1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"noImplicitOverride": true,
"noImplicitReturns": false, // TODO consider
"noPropertyAccessFromIndexSignature": false, // TODO consider
"noUncheckedIndexedAccess": true, // FIXME
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true
Expand Down

0 comments on commit 8d5f1ee

Please sign in to comment.