9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"exec": "ts-node -r tsconfig-paths/register src/index.ts",
|
|
"events": {
|
|
"restart": "clear"
|
|
}
|
|
}
|