Changed tsconfig

This commit is contained in:
2025-09-12 19:22:05 +02:00
parent a9d0a060b8
commit 1dfc1fd2c1

View File

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