From dc4364dd274fd435a147f09954c709331825767b Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 8 Dec 2025 18:00:48 -0500 Subject: [PATCH] This file was not needed and was causing Svelte syntax highlighting issues. --- jsconfig.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 1a3cd22b..00000000 --- a/jsconfig.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "compilerOptions": { - "paths": { - "$lib/*": ["./src/lib/*"] - } - } -}