badgen.net/nodemon.json

22 wiersze
287 B
JSON
Czysty Zwykły widok Historia

2019-06-07 12:49:58 +00:00
{
"verbose": true,
"ignore": [
".git",
".next",
"node_modules/**/node_modules"
],
"execMap": {
"js": "node --harmony",
"ts": "ts-node"
},
"watch": [
"index.ts",
"endpoints",
"libs"
],
"env": {
"PUB_DIR": "dist"
},
"ext": "js,ts"
}