From d600212cd09146c4ff91995c950de95d9dbf5810 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 13 Nov 2025 21:36:21 +0100 Subject: [PATCH] Add @types/node to types in tsconfig.json --- webui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/tsconfig.json b/webui/tsconfig.json index 2eed951..c93e28c 100644 --- a/webui/tsconfig.json +++ b/webui/tsconfig.json @@ -19,7 +19,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["vite/client"] + "types": ["vite/client", "@types/node"] }, "include": ["src", "src/vite-env.d.ts"], "references": [{ "path": "./tsconfig.node.json" }]