Skip to content

Commit

Permalink
Replaced ts-node by tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 10, 2024
1 parent 788340d commit 4ace81c
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 128 deletions.
2 changes: 1 addition & 1 deletion api/nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"watch": ["src"],
"ext": ".ts",
"ignore": [],
"exec": "node --experimental-loader=ts-node/esm --experimental-specifier-resolution=node ./src"
"exec": "tsx --experimental-specifier-resolution=node ./src"
}
Loading

0 comments on commit 4ace81c

Please sign in to comment.