responsible-ai-widgets/nx.json

44 строки
760 B
JSON

{
"npmScope": "responsible-ai",
"affected": {
"defaultBase": "master"
},
"implicitDependencies": {
"workspace.json": "*",
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
"tsconfig.base.json": "*",
"tslint.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/workspace/tasks-runners/default",
"options": {}
}
},
"projects": {
"interpret": {
"tags": []
},
"fairlearn": {
"tags": []
},
"core-ui": {
"tags": []
},
"mlchartlib": {
"tags": []
},
"dashboard": {
"tags": []
},
"dashboard-e2e": {
"tags": [],
"implicitDependencies": ["dashboard"]
}
}
}