From 5c4cffdbbdae8e9f432c4b01583daf57f7fe52da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Tue, 12 Nov 2024 10:22:52 +0100 Subject: [PATCH] Update the TS settings [skip ci] --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e761a40..6deba9e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "allowJs": true, + "checkJs": false, "noEmit": true, "module": "NodeNext", "resolveJsonModule": true