From f35e45c38cff418281c51a00eef844df5523266b Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Sat, 3 Jan 2026 18:38:47 +0100 Subject: [PATCH] fix format --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 06e53af..e3898cb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,8 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, - "moduleResolution": "bundler", - }, + "moduleResolution": "bundler" + } // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files //