From 40c4424a1f34d2c277423885e98909cf671a4cd7 Mon Sep 17 00:00:00 2001 From: Asep Haryana Saputra <90584806+MythEclipse@users.noreply.github.com> Date: Fri, 22 May 2026 12:46:24 +0000 Subject: [PATCH] Fix web project reference config --- apps/web/tsconfig.node.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/tsconfig.node.json b/apps/web/tsconfig.node.json index 3710a09..6d0b7b5 100644 --- a/apps/web/tsconfig.node.json +++ b/apps/web/tsconfig.node.json @@ -2,6 +2,7 @@ "extends": "../../tsconfig.base.json", "compilerOptions": { "composite": true, + "noEmit": true, "module": "ESNext", "moduleResolution": "Bundler", "types": ["node"]