14 lines
222 B
JSON
14 lines
222 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"ignore": [
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"delay": "1000",
|
|
"signal": "SIGTERM",
|
|
"restartable": "rs",
|
|
"execMap": {
|
|
"ts": "tsx"
|
|
}
|
|
} |