From 6c8d1ab20f85a5df5b2d315f3d128e3ec7be40a5 Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 4 Sep 2024 18:46:50 +0800 Subject: [PATCH] chore: disable `NoImplicitReturns`, lint use eslint Signed-off-by: Innei --- tsconfig.web.json | 1 + 1 file changed, 1 insertion(+) 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/*"