From 64bea69036d25b05a910e7b11d857438823b5c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Sat, 5 Jul 2025 21:34:30 +0000 Subject: [PATCH] modify config --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b385aa0..1501543 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,9 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "strict": false, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, "include": ["src"]