From 10aa45fe4005c6385fe9aa8d94ffa2996318ff9a Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 18 Apr 2026 19:02:42 -0500 Subject: [PATCH] does this fix it? --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 52fa102..b7bc2f2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,7 +26,8 @@ "useDefineForClassFields": true, "resolvePackageJsonImports": true, "skipLibCheck": true, - "outDir": "./dist" + "outDir": "./dist", + "types": ["node"] }, "include": ["src/**/*.ts"], "exclude": ["node_modules"]