From e56b386a20398b3640ef4d11bfccde0e4ea762b2 Mon Sep 17 00:00:00 2001 From: Strtus Date: Wed, 22 Oct 2025 22:07:20 +0800 Subject: [PATCH] chore: fix tsconfig json syntax (#346) --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a2bf9c14..6bf27e68 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,8 +19,8 @@ } ], "paths": { - "@/*": ["./src/*"], - }, + "@/*": ["./src/*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]