diff --git a/web/apps/cast/tsconfig.json b/web/apps/cast/tsconfig.json index bbe7217aad..c79fc04561 100644 --- a/web/apps/cast/tsconfig.json +++ b/web/apps/cast/tsconfig.json @@ -1,12 +1,9 @@ { "extends": "@/build-config/tsconfig-next.json", "compilerOptions": { - /* Set the base directory from which to resolve bare module names */ + /* Set the base directory from which to resolve bare module names. */ "baseUrl": "./src", - - /* TODO(MR): Enable this */ - "noUncheckedIndexedAccess": false, - /* MUI doesn't play great with exactOptionalPropertyTypes currently. */ + /* MUI doesn't work with exactOptionalPropertyTypes yet. */ "exactOptionalPropertyTypes": false }, "include": [