From b4e1c8dcd2edcc79b19e9ef007cceccb52049ed1 Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 2 Feb 2026 18:09:55 -0800 Subject: [PATCH] =?UTF-8?q?chore(@providers/profile-client):=20?= =?UTF-8?q?=F0=9F=94=A7=20Update=20TypeScript=20config=20for=20monorepo=20?= =?UTF-8?q?path=20resolution=20and=20stricter=20type-checking=20in=20profi?= =?UTF-8?q?le-client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/@providers/profile-client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@packages/@providers/profile-client/tsconfig.json b/@packages/@providers/profile-client/tsconfig.json index 0780773e6..7df2bf42d 100644 --- a/@packages/@providers/profile-client/tsconfig.json +++ b/@packages/@providers/profile-client/tsconfig.json @@ -14,6 +14,6 @@ "compilerOptions": { "outDir": "./dist", "noEmit": true, - "types": ["vite/client"] + "types": ["vite/client", "node"] } }