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": {