tianji/src/server/nodemon.json

8 lines
120 B
JSON
Raw Normal View History

{
"verbose": true,
"watch": ["./"],
"ext": "ts",
"delay": 1000,
"exec": "ts-node --transpileOnly ./main.ts"
}