nodemon.json 105 Bytes
Newer Older
Yoon, Daeki's avatar
Yoon, Daeki committed
1
2
3
4
5
6
{
  "ignore": ["test/*"],
  "watch": ["./src"],
  "ext": "ts,json",
  "exec": "ts-node ./src/index.ts"
}