mirror of
https://github.com/Neur0toxine/vk-stt-bot.git
synced 2024-11-24 05:56:09 +03:00
11 lines
189 B
JSON
11 lines
189 B
JSON
|
{
|
||
|
"watch": [
|
||
|
"src",
|
||
|
".env"
|
||
|
],
|
||
|
"ext": "js,ts,json",
|
||
|
"ignore": [
|
||
|
"src/**/*.spec.ts"
|
||
|
],
|
||
|
"exec": "ts-node --transpile-only ./src/app.ts"
|
||
|
}
|