From a3cc75e5060500851f2f1e85c0f50b0a989cce0d Mon Sep 17 00:00:00 2001 From: HRiggs Date: Wed, 3 Dec 2025 22:27:29 -0500 Subject: [PATCH] workaround --- electron-app/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/electron-app/tsconfig.json b/electron-app/tsconfig.json index 9e68d1a..48dae63 100644 --- a/electron-app/tsconfig.json +++ b/electron-app/tsconfig.json @@ -6,6 +6,7 @@ "outDir": "./dist", "rootDir": "./src", "strict": true, + "noImplicitAny": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true,