muse/nodemon.json
2020-03-09 11:57:39 -05:00

7 lines
139 B
JSON

{
"ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
"watch": ["src"],
"exec": "npm start",
"ext": "ts"
}