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