From 92981e071441743ac91e506d896a2df93b778090 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Fri, 1 Mar 2024 17:46:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20pnpm=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 42767e5..0474c17 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -46,10 +46,10 @@ "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "allowUnusedLabels": false, - "allowUnreachableCode": false, + "allowUnreachableCode": false // Completeness - }, + } // 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