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,