From 6f170705c4e287c2e410265e4192112fc2af7ebe Mon Sep 17 00:00:00 2001 From: autocommit Date: Thu, 23 Apr 2026 18:45:50 -0700 Subject: [PATCH] =?UTF-8?q?chore(landing):=20=F0=9F=94=A7=20Update=20TypeS?= =?UTF-8?q?cript=20compiler=20options=20for=20landing=20page=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- codebase/@features/landing/frontend-public/tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/codebase/@features/landing/frontend-public/tsconfig.json b/codebase/@features/landing/frontend-public/tsconfig.json index 57f0756b..e2c3de43 100755 --- a/codebase/@features/landing/frontend-public/tsconfig.json +++ b/codebase/@features/landing/frontend-public/tsconfig.json @@ -72,9 +72,6 @@ "src/**/*.test.ts", "src/**/*.test.tsx", "src/**/*.spec.ts", - "src/**/*.spec.tsx", - "src/pages/admin/**", - "src/pages/customer/**", - "src/pages/pricing/**" + "src/**/*.spec.tsx" ] }