diff --git a/tsconfig.web.json b/tsconfig.web.json index 48d086407..8b978cdd7 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -20,6 +20,7 @@ "noUnusedParameters": false, "strict": true, "baseUrl": ".", + "noImplicitReturns": false, "paths": { "@renderer/*": [ "src/renderer/src/*"