muse/nodemon.json

7 lines
139 B
JSON
Raw Normal View History

2020-03-09 17:57:39 +01:00
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"watch": ["src"],
"exec": "npm start",
"ext": "ts"
}