From d159bc029732651cca14fdcb78480857690336da Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Fri, 25 Jul 2025 21:26:37 -0400 Subject: [PATCH] Update tsconfig.base.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tsconfig.base.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index f0c64bcd..e2266271 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -9,9 +9,9 @@ "resolveJsonModule": true, "isolatedModules": true, "skipLibCheck": true, - "noUncheckedIndexedAccess": true, - "noFallthroughCasesInSwitch": true, - "forceConsistentCasingInFileNames": true, + "noUncheckedIndexedAccess": true, + "noFallthroughCasesInSwitch": true, + "forceConsistentCasingInFileNames": true, "noEmit": true, "jsx": "react-jsx", "baseUrl": "."