From 33228efdd0d7531e681fd002b8b4a388fbd8841f Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 20 Mar 2026 02:19:06 -0700 Subject: [PATCH] =?UTF-8?q?chore(bot-defense):=20=F0=9F=94=A7=20Update=20T?= =?UTF-8?q?ypeScript=20config=20for=20frontend=20components=20in=20bot=20d?= =?UTF-8?q?efense=20feature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/bot-defense/frontend-components/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/bot-defense/frontend-components/tsconfig.json b/features/bot-defense/frontend-components/tsconfig.json index d44df46a4..c1a7608d1 100644 --- a/features/bot-defense/frontend-components/tsconfig.json +++ b/features/bot-defense/frontend-components/tsconfig.json @@ -2,7 +2,8 @@ "extends": "@lilith/configs/typescript/react", "compilerOptions": { "outDir": "dist", - "rootDir": "src" + "rootDir": "src", + "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx"]