vk-stt-bot/nodemon.json

11 lines
189 B
JSON
Raw Normal View History

2020-02-15 19:07:55 +03:00
{
"watch": [
"src",
".env"
],
"ext": "js,ts,json",
"ignore": [
"src/**/*.spec.ts"
],
"exec": "ts-node --transpile-only ./src/app.ts"
}