my-chat-room/nx.json

41 lines
765 B
JSON

{
"npmScope": "chat-room",
"affected": {
"defaultBase": "master"
},
"implicitDependencies": {
"angular.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
".eslintrc.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"]
}
}
},
"projects": {
"chat-room": {
"tags": []
},
"chat-room-e2e": {
"tags": [],
"implicitDependencies": ["chat-room"]
},
"api": {
"tags": []
},
"api-interfaces": {
"tags": []
}
}
}