From 641c57377e50275ce49ca3a22ababdfe31ee0c94 Mon Sep 17 00:00:00 2001 From: stjet <49297268+stjet@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:49:56 +0000 Subject: [PATCH] but it worked locally -q- --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c4a371a..57f2d8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "esnext", "module": "nodenext", "moduleResolution": "nodenext", + "types": ["node"], "typeRoots": [ "./node_modules/@types", ],