diff --git a/server/tsconfig.json b/server/tsconfig.json index fa3264426..c8eed0ce5 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -9,6 +9,7 @@ "noFallthroughCasesInSwitch": true, "noImplicitThis": true, "strictFunctionTypes": true, + "noUncheckedIndexedAccess": true, "outDir": "./dist", "esModuleInterop": true, "moduleResolution": "NodeNext",