From 247616cda85cbc92c055b7d94a660c7be351c7b4 Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Tue, 10 Jun 2025 00:29:57 +0200 Subject: [PATCH] chore(tsconfig): remove backup file from include (#9) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e2c2b84..d28ca30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,6 @@ "next-env.d.ts", "**/*.ts", "**/*.tsx", - ".next/types/**/*.ts", - "components/SessionDetails.tsx.bak" + ".next/types/**/*.ts" ] }