From 2fda7772e861a152b2762fed36cd7625d9906379 Mon Sep 17 00:00:00 2001
From: jakub791 <jakubkarolmazu@gmail.com>
Date: Thu, 4 May 2023 12:10:44 +0200
Subject: [PATCH] bring back node types in tsconfig.json

---
 tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index 7ac3815..22b15a8 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,7 +16,7 @@
         "allowSyntheticDefaultImports": true,
         "sourceMap": true,
         "baseUrl": "src",
-        "types": ["vite/client"],
+        "types": ["vite/client", "node"],
         "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
     },
     "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],