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