vega-frontend-monorepo/nx.json
Bartłomiej Głownia b2eeaa338a nx format
2022-02-11 15:49:45 +01:00

48 lines
923 B
JSON

{
"npmScope": "nx-monorepo",
"affected": {
"defaultBase": "master"
},
"cli": {
"defaultCollection": "@nrwl/next"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU="
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"generators": {
"@nrwl/react": {
"application": {
"babel": true
}
},
"@nrwl/next": {
"application": {
"style": "scss",
"linter": "eslint"
}
}
},
"defaultProject": "trading"
}