Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore: Make nodemon expect esm
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsTheGlidingSquirrel committed Mar 19, 2024
1 parent 1851348 commit 22dc708
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"watch": ["src"],
"ext": "ts",
"execMap": {
"ts": "node --loader ts-node/esm"
}
}

0 comments on commit 22dc708

Please sign in to comment.