From 0a9a9921928ba77ed941480f0c92c80ed9536468 Mon Sep 17 00:00:00 2001 From: Image Updater Date: Mon, 21 Oct 2024 22:14:01 +0200 Subject: [PATCH] Fix noEmit flag in server tsconfig.json --- server/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tsconfig.json b/server/tsconfig.json index 79a3b5e1..486f7783 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -6,7 +6,7 @@ "rootDir": ".", "strict": true, "esModuleInterop": true, - "noEmit": true, + "noEmit": false, "baseUrl": ".", "paths": { "@/*": ["./src/*"]