From 74efb099c5645179ad997c9ec03fb1c086a7c468 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Fri, 25 Jul 2025 21:26:25 -0400 Subject: [PATCH] Update tsconfig.base.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index da28c6ca..f0c64bcd 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -14,6 +14,6 @@ "forceConsistentCasingInFileNames": true, "noEmit": true, "jsx": "react-jsx", - "baseUrl": ".", + "baseUrl": "." } } \ No newline at end of file