lunar-vein-arduino/nodemon.json

5 lines
84 B
JSON

{
"watch": ["src"],
"ext": ".ts,.js",
"exec": "ts-node ./src/index.ts"
}