From 9b4a0e35255310928dbf5d152a98e7da8106e3b5 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:31:44 -0700 Subject: [PATCH] fix memory leak --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2895e1d..13e53bc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { "extends": ["@tsconfig/bun", "@tsconfig/strictest"], - "exclude": ["node_modules", "public"] + "include": ["src/resources/scripts/"], + "exclude": ["node_modules/", "public/"] }