From a9d182d66306d992400d8c63ec54f3fe6935a331 Mon Sep 17 00:00:00 2001 From: Sander Spilleman Date: Sun, 15 Sep 2024 08:54:35 +0200 Subject: [PATCH] 2024-09-15T08-54-35 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0f47472..57ea172 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,6 @@ "skipLibCheck": true, "sourceMap": true, "strict": true - } + }, + "types": ["node"] }