From 06d5791568a28835244616d43dc8fd7f60f8752f Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni <6173598+dpschen@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:30:24 +0200 Subject: [PATCH] fix: correct trailing comma in tsconfig (#970) --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cbd1a421c..dcf3c259b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { "parserOptions": { - "project": "./frontend/tsconfig.json", - }, + "project": "./frontend/tsconfig.json" + } }