red-ui/nx.json
2020-11-12 19:14:43 +02:00

36 lines
782 B
JSON

{
"npmScope": "redaction",
"affected": {
"defaultBase": "master"
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"projects": {
"red-ui": {
"tags": []
},
"red-ui-http": {
"tags": []
},
"red-cache": {
"tags": []
}
}
}