diff --git a/tsconfig.json b/tsconfig.json index de6e1ab..3c2bc14 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,4 @@ { - "extends": "astro/tsconfigs/strictest" + "extends": "astro/tsconfigs/strictest", + "exclude": ["result"] // nix }