UNPKG
hh-node
Version:
latest (0.0.3)
0.0.3
0.0.2
Headhunter api library
github.com/YokeTechs/headhunter
YokeTechs/headhunter
hh-node
/
nodemon.json
7 lines
(6 loc)
•
105 B
JSON
View Raw
1
2
3
4
5
6
7
{
"watch"
:
[
"src"
]
,
"ext"
:
".ts,.js"
,
"ignore"
:
[
]
,
"exec"
:
"npx ts-node ./src/index.ts"
}