From 871f7b3307c7f7ae928063cae006e9790549aa41 Mon Sep 17 00:00:00 2001 From: Lilith Date: Thu, 15 Jan 2026 08:30:06 -0800 Subject: [PATCH] =?UTF-8?q?chore(shared):=20=F0=9F=94=A7=20**Chain-of-Thou?= =?UTF-8?q?ght=20Reasoning:**?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7e33227..02afc48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/base", + "extends": "@lilith/configs-ts/typescript/base", "compilerOptions": { "outDir": "./dist", "rootDir": "./src",