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

Commit

Permalink
Merge pull request #356 from serlo/make-nodemon-expect-esm
Browse files Browse the repository at this point in the history
chore: Make `nodemon` expect esm
  • Loading branch information
LarsTheGlidingSquirrel authored Mar 19, 2024
2 parents 1851348 + 22dc708 commit 75a1e55
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 75a1e55

Please sign in to comment.