fix: add sern-handler to tsconfig excludes

This commit is contained in:
DuroCodes
2024-05-27 15:58:06 -04:00
parent 05838646ca
commit ee8d2b3960

View File

@@ -1,6 +1,7 @@
{
"extends": "astro/tsconfigs/strict",
"exclude": [
"sern-handler",
"sern-handler-v3",
"sern-handler-v4",
],