diff --git a/tsconfig.json b/tsconfig.json index 2ff6f695..ff1b4cad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "noUnusedLocals": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": true, + "noUncheckedIndexedAccess": true, "paths": { "@/*": ["./src/*"] }