Bibata_Cursor/packages/round/nodemon.json

14 lines
271 B
JSON
Raw Normal View History

2020-08-14 07:24:45 -04:00
{
"restartable": "rs",
"ignore": [".git", "node_modules/**/node_modules"],
"verbose": true,
"execMap": {
"ts": "node --require ts-node/register"
},
2020-08-19 07:48:35 -04:00
"watch": ["src/", "../common/src/"],
2020-08-14 07:24:45 -04:00
"env": {
"NODE_ENV": "development"
},
"ext": "js,json,ts"
}