From a042e973b54ae0e713ff4dda4aa725a28cb39129 Mon Sep 17 00:00:00 2001 From: zanminkian Date: Sat, 12 Oct 2024 04:13:06 +0000 Subject: [PATCH] fix(strictest): add `allowJs` --- bases/strictest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bases/strictest.json b/bases/strictest.json index f7777dc..df7989e 100644 --- a/bases/strictest.json +++ b/bases/strictest.json @@ -14,6 +14,7 @@ "isolatedModules": true, + "allowJs": true, "checkJs": true, "esModuleInterop": true,