From f7b438ddf1aedca8888ba0e0f569ac50e67668f3 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Tue, 20 Aug 2024 16:15:29 +0200 Subject: [PATCH] Update tsconfig.json Signed-off-by: Lala Sabathil --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 214d3930..02bdc74e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,6 @@ "@site/*": ["./*"], "react": ["./node_modules/@types/react"] }, - "strict": true + "strict": false } }