Koa2-TS/nodemon.json

10 lines
172 B
JSON

{
"restartable": "rs",
"verbose": true,
"watch": ["src"],
"ext": "ts",
"ignore": ["node_modules/**/node_modules"],
"execMap": {
"js": "node --harmony"
}
}