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