13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [".git", "node_modules/**/node_modules"],
|
|
"verbose": true,
|
|
"execMap": {
|
|
"ts": "node --require ts-node/register"
|
|
},
|
|
"watch": ["src/"],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"ext": "js,json,ts"
|
|
}
|