knightrider/nodemon.json
2025-01-18 01:27:58 +00:00

5 lines
No EOL
103 B
JSON

{
"watch": ["src"],
"ext": "ts",
"exec": "ts-node --files --project tsconfig.json src/index.ts"
}