From c2d4088bc93cdf055ccbf5cb7d27208e0d2717b4 Mon Sep 17 00:00:00 2001 From: Anton Veselev Date: Sun, 14 Jan 2024 23:38:28 +0000 Subject: [PATCH] upd --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1a252384..48b19f39 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "strict": true, "experimentalDecorators": true, "jsx": "react-jsx", - "noUnusedLocals": true, + // "noUnusedLocals": true, "resolveJsonModule": true, "noEmitHelpers": true, "importHelpers": true,