From 70385b7dc6ea0d09d075cd82fe58ffae6b3cae41 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sat, 25 May 2024 22:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9e03e60..0b8b8d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], "skipLibCheck": true, + "noImplicitAny": false, /* Bundler mode */ "moduleResolution": "bundler",