tsconfig update

This commit is contained in:
Reid 2025-02-19 22:23:51 -08:00
parent 3ad09a119b
commit 29462a91e7
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -1,3 +1,4 @@
{
"extends": "astro/tsconfigs/strictest"
"extends": "astro/tsconfigs/strictest",
"exclude": ["result"] // nix
}