From 308308dfabcbc9e63c8e7953c024e761a1180438 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Fri, 27 Mar 2026 12:33:26 +0200 Subject: [PATCH] chore: forgot to update tsconfig with types --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9c072807..cdc131a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "strictNullChecks": true, "preserveConstEnums": true, "exactOptionalPropertyTypes": true, - "skipLibCheck": true + "skipLibCheck": true, + "types": ["node"] }, "include": [ "globals.ts",