From 088f4e82cb039303cb299e308e1655f0d711a6c4 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Fri, 3 Oct 2025 20:43:59 +0200 Subject: [PATCH] fix type bug --- tsconfig.app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index 41ea363..5a24d2c 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -27,7 +27,7 @@ "noUncheckedSideEffectImports": true, /* Type resolution */ - "types": [] + "types": ["node"] }, "include": ["src"] }