mirror of
https://github.com/dumbasPL/deluge-windscribe-ephemeral-port.git
synced 2024-11-10 01:02:17 +01:00
12 lines
220 B
JSON
12 lines
220 B
JSON
|
{
|
||
|
"restartable": "rs",
|
||
|
"ignore": [".git", "node_modules/", "dist/"],
|
||
|
"watch": ["src/"],
|
||
|
"execMap": {
|
||
|
"ts": "node -r ts-node/register"
|
||
|
},
|
||
|
"env": {
|
||
|
"NODE_ENV": "development"
|
||
|
},
|
||
|
"ext": "ts,js,json"
|
||
|
}
|