From 522af71f9bb35a9fd3584578b5f1bbdd1154571a Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 12 Sep 2025 19:23:18 +0200 Subject: [PATCH] Changed tsconfig --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0655ac5..c47b02b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "dev": "tsx watch src/index.ts", - "build": "tsc --transpileOnly", + "build": "tsc", "start": "node dist/index.js" }, "repository": {