From c68a16a9a93a8502abb4f10780b86e14a19bf0da Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 18 Jun 2024 09:25:35 +0530 Subject: [PATCH] Enable --- web/apps/cast/tsconfig.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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": [