From cc4486dc38def747ea1c4679a5ab10b699b1d570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Bl=C3=A4ttermann?= Date: Thu, 10 Nov 2022 00:41:12 +0100 Subject: [PATCH] Disabled TypeScript strict mode for now --- website/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/tsconfig.json b/website/tsconfig.json index 99710e857..b8d597880 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -4,7 +4,7 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": true, + "strict": false, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true,