From 49a5ba6794d2c95f4556ec5860615cfe21b8bd16 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 16 Dec 2023 20:10:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20tsconfig.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 794b95b..5c56cee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,4 @@ "sourceMap": true, "strict": true } - // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias - // - // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes - // from the referenced tsconfig.json - TypeScript does not merge them in }