1 Star 0 Fork 91

豌豆粉/VTJ

forked from VTJ.PRO/VTJ 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nx.json 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
踩着两条虫 提交于 2023-11-16 09:50 . 重构工程
{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"parallel": 8,
"cacheableOperations": ["build", "test", "coverage"]
}
}
},
"targetDefaults": {
"test": {
"dependsOn": ["^test"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist", "{projectRoot}/types"]
},
"coverage": {
"dependsOn": ["^coverage"],
"outputs": ["{projectRoot}/coverage"]
}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gm173119755/vtj.git
git@gitee.com:gm173119755/vtj.git
gm173119755
vtj
VTJ
master

搜索帮助