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 +}