From 9991ba8dddc10df57471c6d23c7a967a5d0ce89b Mon Sep 17 00:00:00 2001 From: Stephen Li Date: Sun, 23 Jun 2024 22:11:30 -0400 Subject: [PATCH] Expand tsconfig exclude/include to be more robust --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b069bd0..78681c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -36,7 +36,7 @@ }, }, "exclude": [ - "**/dist", + "**/dist*", "**/raw", "**/*.html", "node_modules",