initial commit
This commit is contained in:
34
nx.json
Normal file
34
nx.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user