From 81f8453c383b973fdd982d3a6b970c5db8bda946 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 1 Jul 2025 21:01:54 +0300 Subject: [PATCH] fix(client): type error due to use of intersection --- apps/client/tsconfig.app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/tsconfig.app.json b/apps/client/tsconfig.app.json index f9c39c609..70fe05889 100644 --- a/apps/client/tsconfig.app.json +++ b/apps/client/tsconfig.app.json @@ -1,6 +1,7 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { + "lib": [ "ESNext" ], "outDir": "dist", "types": [ "node"