6 lines
117 B
JSON
6 lines
117 B
JSON
{
|
|
"watch": ["dist"],
|
|
"ext": "js",
|
|
"exec": "node -r tsconfig-paths/register -r ts-node/register dist/main.js"
|
|
}
|