23 lines
623 B
JSON
23 lines
623 B
JSON
{
|
|
"implicitDependencies": {
|
|
"angular.json": "*",
|
|
"package.json": { "dependencies": "*", "devDependencies": "*" },
|
|
"tsconfig.base.json": "*",
|
|
"tslint.json": "*",
|
|
".eslintrc.json": "*",
|
|
"nx.json": "*"
|
|
},
|
|
"affected": { "defaultBase": "master" },
|
|
"npmScope": "dafa-web-monorepo",
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "@nrwl/workspace/tasks-runners/default",
|
|
"options": { "cacheableOperations": ["build", "lint", "test", "e2e"] }
|
|
}
|
|
},
|
|
"projects": {
|
|
"dafa-web": { "tags": [] },
|
|
"dafa-web-e2e": { "tags": [], "implicitDependencies": ["dafa-web"] }
|
|
}
|
|
}
|