knightrider/nodemon.json

5 lines
103 B
JSON
Raw Normal View History

2025-01-18 01:27:58 +00:00
{
"watch": ["src"],
"ext": "ts",
"exec": "ts-node --files --project tsconfig.json src/index.ts"
}