9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"watch": ["."],
|
|
"ext": "ts",
|
|
"ignore": ["*.test.ts", "node_modules"],
|
|
"delay": "500",
|
|
"execMap": {
|
|
"ts": "ts-node"
|
|
}
|
|
} |