From 29462a91e7ede9bea90bd61bd2e6168b449061ce Mon Sep 17 00:00:00 2001 From: reidlab Date: Wed, 19 Feb 2025 22:23:51 -0800 Subject: [PATCH] tsconfig update --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }