diff --git a/web/packages/accounts/tsconfig.json b/web/packages/accounts/tsconfig.json index d660fffb3b..ccb7b626d1 100644 --- a/web/packages/accounts/tsconfig.json +++ b/web/packages/accounts/tsconfig.json @@ -1,9 +1,7 @@ { "extends": "@/build-config/tsconfig-next.json", "compilerOptions": { - /* TODO(MR): Enable this */ - "noUncheckedIndexedAccess": false, - /* MUI doesn't play great with exactOptionalPropertyTypes currently. */ + /* MUI doesn't work with exactOptionalPropertyTypes yet. */ "exactOptionalPropertyTypes": false }, "include": [