From b9dd79d484748543a56beb1fdeab7241dd00ee25 Mon Sep 17 00:00:00 2001 From: VPS 4 Builder Date: Wed, 13 May 2026 15:41:15 +0200 Subject: [PATCH] fix(frontend): remove node types from frontend tsconfig to clear IDE warning --- frontend/tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 2c6eed5..975e057 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -10,9 +10,7 @@ "DOM.Iterable" ], "skipLibCheck": true, - "types": [ - "node" - ], + "types": [], "moduleResolution": "bundler", "isolatedModules": true, "moduleDetection": "force",