javieraviles/node-typescript-koa-rest

watch-server doesn't work on windows 10

ElsaOOo opened this issue · 2 comments

in my addition, nodemon can't monitor src folder code change.
unless i edit the script code
"watch-server": "nodemon --watch src -e ts,tsx --exec ts-node src/server.ts",

this works!

I just did a quick test and you are right... could you please address a pull request for this? it would be nice :)

thanks in advance

I fixed it here #40

thanks!