1
Fork 0
photoview/ui/nodemon.json

10 lines
152 B
JSON
Raw Normal View History

2024-07-07 10:05:26 +02:00
{
"watch": ["./**"],
"exec": "npm start",
"ext": "ts,json,tsx,js,html,css",
"ignore": ["./dist/"],
"execMap": {
"ts": "ts-node-esm"
}
}