From 8d0a063d6de5a3019f16da4a5a0a27588c1361aa Mon Sep 17 00:00:00 2001 From: omrilotan Date: Thu, 15 Feb 2024 16:30:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=20Autofix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 031e6d2..2eb8a0a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,8 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "noEmit": true, - "resolveJsonModule": true, + "resolveJsonModule": true }, "include": ["src"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] }