From 880b13f4364de1ee7b82857a8e097bb1e043aaa8 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 24 May 2024 20:48:07 +0530 Subject: [PATCH] Fix --- web/apps/auth/tsconfig.json | 1 + web/packages/shared/tsconfig.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/apps/auth/tsconfig.json b/web/apps/auth/tsconfig.json index 724f81838..880d547c4 100644 --- a/web/apps/auth/tsconfig.json +++ b/web/apps/auth/tsconfig.json @@ -3,6 +3,7 @@ "include": [ "src", "next-env.d.ts", + "../../packages/next/global-electron.d.ts", "../../packages/shared/themes/mui-theme.d.ts" ], // Temporarily disable some things to get the existing code to compile diff --git a/web/packages/shared/tsconfig.json b/web/packages/shared/tsconfig.json index eef160e33..1419b2987 100644 --- a/web/packages/shared/tsconfig.json +++ b/web/packages/shared/tsconfig.json @@ -17,6 +17,7 @@ "**/*.tsx", "**/*.js", "themes/mui-theme.d.ts", - "../next/log-web.ts" + "../next/log-web.ts", + "../next/global-electron.d.ts" ] }