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" ] }