From 12b4d27d1de36fbd4d07c4f2dfb4041b3119cfdd Mon Sep 17 00:00:00 2001 From: Kluskey Date: Tue, 22 Oct 2024 16:23:54 -0700 Subject: [PATCH] tsconfig update --- mirror-2/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror-2/tsconfig.json b/mirror-2/tsconfig.json index 692707cd..6fbf4c5b 100644 --- a/mirror-2/tsconfig.json +++ b/mirror-2/tsconfig.json @@ -3,7 +3,7 @@ "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, - "checkJs": true, + "checkJs": false, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true,