vk-stt-bot/nodemon.json
2020-02-15 19:07:55 +03:00

11 lines
189 B
JSON

{
"watch": [
"src",
".env"
],
"ext": "js,ts,json",
"ignore": [
"src/**/*.spec.ts"
],
"exec": "ts-node --transpile-only ./src/app.ts"
}