From 29dca6a88f99f527a21fe071d9865047a00d3913 Mon Sep 17 00:00:00 2001 From: Scott Anderson <662325+scottanderson@users.noreply.github.com> Date: Fri, 16 May 2025 16:25:42 -0400 Subject: [PATCH] noImplicitAny --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 453dd22a5..2369fd9e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "alwaysStrict": true, "esModuleInterop": true, "experimentalDecorators": true, + "noImplicitAny": true, "resolveJsonModule": true, "strictNullChecks": true, "useDefineForClassFields": false