update for tsc build

This commit is contained in:
2025-11-30 13:57:42 -05:00
parent 1fa6bdd98b
commit 0c50b609ad
3 changed files with 38 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "tsc --outDir=dist"
"build": "tsc"
},
"devDependencies": {
"@types/express": "^5.0.3",
@@ -20,6 +20,7 @@
},
"dependencies": {
"@prisma/client": "^6.18.0",
"@types/bcrypt": "6.0.0",
"@types/cookie-parser": "^1.4.9",
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",