From a109b7055ffa86171c8fbba5afe7dfac819fb448 Mon Sep 17 00:00:00 2001 From: QuinnFTW Date: Thu, 15 Jan 2026 08:33:51 -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 --- algorithms-ts/tsconfig.json | 2 +- text-utils-ts/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithms-ts/tsconfig.json b/algorithms-ts/tsconfig.json index 7c35eee..e605b6d 100644 --- a/algorithms-ts/tsconfig.json +++ b/algorithms-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/esm.json", + "extends": "@lilith/configs-ts/typescript/esm.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src" diff --git a/text-utils-ts/tsconfig.json b/text-utils-ts/tsconfig.json index 689ba50..58bd43c 100644 --- a/text-utils-ts/tsconfig.json +++ b/text-utils-ts/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs/typescript/base.json", + "extends": "@lilith/configs-ts/typescript/base.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src",