Skip to content

Commit

Permalink
chore: add noUncheckedIndexedAccess to tsconfig
Browse files Browse the repository at this point in the history
Closes #323
  • Loading branch information
murilx committed Feb 13, 2025
1 parent 900ed46 commit 6f7b16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@/*": [
"./src/*"
]
}
},
"noUncheckedIndexedAccess": true
}
}

0 comments on commit 6f7b16b

Please sign in to comment.