Files
mina-sidor-fa-web/nx.json
Erik Tiekstra f0d1b3ccd4 initial commit
2021-03-16 13:00:57 +01:00

35 lines
685 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"]
}
}
}