From afc48eae3c8237c71bd32429b5e324b1dd6adbf2 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 6 May 2024 23:15:39 -0400 Subject: [PATCH] fix: my disappointment is immeasurable and my day is ruined --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 77da9dd00..d631108af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,4 @@ { - "extends": "astro/tsconfigs/strict" + "extends": "astro/tsconfigs/strict", + "exclude": ["sern-handler"] } \ No newline at end of file