From 9391b951e607f5b6d25b06289e59ef806eaea29d Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 25 Jan 2026 22:37:24 -0800 Subject: [PATCH] =?UTF-8?q?chore(seo/frontend-admin):=20=F0=9F=94=A7=20Upd?= =?UTF-8?q?ate=20TypeScript=20compiler=20options=20in=20SEO=20admin=20fron?= =?UTF-8?q?tend=20for=20stricter=20type-checking,=20module=20resolution,?= =?UTF-8?q?=20and=20compatibility=20adjustments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/seo/frontend-admin/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features/seo/frontend-admin/tsconfig.json b/features/seo/frontend-admin/tsconfig.json index 83f28ac68..43fbe99ec 100755 --- a/features/seo/frontend-admin/tsconfig.json +++ b/features/seo/frontend-admin/tsconfig.json @@ -33,6 +33,12 @@ "include": [ "src" ], + "exclude": [ + "**/*.spec.ts", + "**/*.spec.tsx", + "**/*.test.ts", + "**/*.test.tsx" + ], "references": [ { "path": "./tsconfig.node.json"