red-ui/nx.json
2022-12-19 15:07:01 +02:00

49 lines
1.1 KiB
JSON

{
"affected": {
"defaultBase": "master"
},
"npmScope": "redaction",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"parallel": 1
}
}
},
"cli": {
"analytics": false,
"packageManager": "yarn"
},
"defaultProject": "red-ui",
"generators": {
"@nrwl/angular:application": {
"linter": "eslint",
"unitTestRunner": "jest"
},
"@nrwl/angular:library": {
"linter": "eslint",
"unitTestRunner": "jest"
},
"@nrwl/angular:component": {}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [
"{workspaceRoot}/workspace.json",
"{workspaceRoot}/tsconfig.json",
"{workspaceRoot}/tslint.json",
"{workspaceRoot}/nx.json"
],
"production": ["default", "!{projectRoot}/.eslintrc.json"]
}
}