Files
vidgrab/nx.json
2021-07-31 17:49:53 -04:00

41 lines
699 B
JSON

{
"npmScope": "vidgrab2",
"affected": {
"defaultBase": "master"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"projects": {
"api": {
"tags": []
},
"api-interfaces": {
"tags": []
},
"client": {
"tags": []
}
}
}