From f97ccaef5e01eabda5a001f3b43bdfc34247a4d4 Mon Sep 17 00:00:00 2001 From: gf-rog Date: Tue, 2 Apr 2024 16:26:24 +0200 Subject: [PATCH] Don't emit transpiled code --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index bac23374..cbca4a56 100644 --- a/backend/package.json +++ b/backend/package.json @@ -6,7 +6,7 @@ "author": "", "license": "ISC", "scripts": { - "start": "tsc-watch --onSuccess \"tsx ./src/index.ts\"", + "start": "tsc-watch --noEmit --onSuccess \"tsx ./src/index.ts\"", "test": "vitest", "coverage": "vitest --coverage", "build": "tsc",