From 2a78fd6e59677c40a7ed2c681ee587afddccd557 Mon Sep 17 00:00:00 2001 From: Seongmin Lee <60088301+boltlessengineer@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:49:35 +0900 Subject: [PATCH] refactor: remove trailing commas in tsconfig.json (#325) --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d2e3c750e..63eb0e21e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "@layouts/*": ["layouts/*"], "@pages/*": ["pages/*"], "@styles/*": ["styles/*"], - "@utils/*": ["utils/*"], - }, - }, + "@utils/*": ["utils/*"] + } + } }