From d15eadaa2c54e28589e3c41d40359dc15ecace4f Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 15 Oct 2024 15:39:09 -0700 Subject: [PATCH] tsconfig.json: update excludes (#14578) --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e417b43288..e1e4627658 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,11 @@ "packages", "bench", "examples/*/*", + "build", + ".zig-cache", "test", "vendor", "bun-webkit", - "vendor/WebKit", "src/api/demo", "node_modules" ],