From c7f4ca265376700b56b4d0bdd4c879dd9915d1cf Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 22 Jan 2025 08:11:51 +0100 Subject: Enable Typescript `noImplicitAny` (#33322) Enable `noImplicitAny` and fix all issues. --------- Co-authored-by: wxiaoguang --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index c41f9646d6..78b74a3d3c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,6 +23,7 @@ "stripInternal": true, "strict": false, "strictFunctionTypes": true, + "noImplicitAny": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, -- cgit v1.2.3