Skip to content

Commit

Permalink
fix ts-node for server watch
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Oct 27, 2023
1 parent 1d01e09 commit fbe68d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"include": ["./**/*.ts"],
"exclude": [
"node_modules"
]
],
"ts-node": { "esm": true }
}

0 comments on commit fbe68d1

Please sign in to comment.