10 lines
No EOL
133 B
JSON
Executable file
10 lines
No EOL
133 B
JSON
Executable file
{
|
|
"watch": [
|
|
"src/**/*.ts"
|
|
],
|
|
"ext": "ts",
|
|
"exec": "ts-node --files ./src/app.ts",
|
|
"args": [
|
|
"--inspect=5858"
|
|
]
|
|
} |