red-ui/nx.json
2021-05-10 12:45:50 +03:00

19 lines
622 B
JSON

{
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"affected": { "defaultBase": "master" },
"npmScope": "redaction",
"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": [] } }
}