From ee8d2b396018bcde8a799592ae9f3befefc980c5 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 27 May 2024 15:58:06 -0400 Subject: [PATCH] fix: add `sern-handler` to tsconfig excludes --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 6c536cb6b..c06e506df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "astro/tsconfigs/strict", "exclude": [ + "sern-handler", "sern-handler-v3", "sern-handler-v4", ],