From def80613a07dba10103d729d4186757af3a591bb Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 2 Feb 2022 05:38:39 +0100 Subject: [PATCH] Disable typescript check --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 99710e8..b00f79d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": true, + // "strict": true, // not now "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true,