From 57e33c97a354e0a191aa74e94da6e65d0392a292 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 3 Apr 2025 09:24:25 +0200 Subject: [PATCH] Add noImplicitAny --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e49f745..24c5d39 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", + "noImplicitAny": false, "skipLibCheck": true, /* Bundler mode */