From b168b6d4cf39087b32d99e0cfa019d5940ab46d6 Mon Sep 17 00:00:00 2001 From: Lilith Date: Fri, 16 Jan 2026 20:51:28 -0800 Subject: [PATCH] =?UTF-8?q?chore(shared):=20=F0=9F=94=A7=20Update=20shared?= =?UTF-8?q?=20configuration=20files=20and=20scripts?= 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 98bb78e..009b3d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@lilith/configs-ts/typescript/esm.json", + "extends": "@lilith/configs/typescript/esm.json", "compilerOptions": { "lib": ["ES2022", "DOM"], "outDir": "dist",