tsc: enable noUncheckedIndexAccess

This commit is contained in:
Zack Schuster 2022-10-11 12:40:58 -07:00
parent 18568cdbca
commit 1f23fa7fb3
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{
"extends": "@ledge/configs/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": true,
},
"include": [
"email.ts",
"smtp",