Skip to content

Commit

Permalink
chore: configure tsc-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Veirt committed Nov 11, 2024
1 parent 36148f4 commit 446c94b
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Backend for Tutortoise",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"build": "tsc && tsc-alias",
"start": "pnpm run build && node dist/main.js",
"dev": "tsx --watch src/main.ts",
"lint": "prettier --check .",
Expand All @@ -27,6 +27,7 @@
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9",
"prettier": "^3.3.3",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}
Expand Down
Loading

0 comments on commit 446c94b

Please sign in to comment.