From 591f7ba61fc9523ea6d771c11338a0bb2d5cc48b Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 27 May 2024 15:49:07 -0400 Subject: [PATCH] fix: change `tsconfig.json` to exclude sern-handler cloned repos --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 88dd27952..6c536cb6b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "astro/tsconfigs/strict", "exclude": [ - "sern-handler" + "sern-handler-v3", + "sern-handler-v4", ], "compilerOptions": { "baseUrl": ".", @@ -11,4 +12,4 @@ ] }, } -} \ No newline at end of file +}