1 Star 1 Fork 45

gonson / ThinkTs

forked from Asciphx / ThinkTs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nodemon.json 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
Asciphx 提交于 2020-09-20 11:44 . bugFix:The match of menu path
{
"restartable": "rs",
"ignore": [".git", "node_modules/**", "dist"],
"verbose": true,
"execMap": {
"": "node",
"js": "node --harmony"
},
"ext": "js json ts tsx",
"watch": ["ts"],
"env": {
"NODE_ENV": "development",
"PORT": "3002"
},
"legacy-watch": false
}
TypeScript
1
https://gitee.com/leionson/ThinkTs.git
git@gitee.com:leionson/ThinkTs.git
leionson
ThinkTs
ThinkTs
master

搜索帮助