feat: upgrade nx and angular

This commit is contained in:
thomas
2024-03-25 18:02:23 +01:00
parent 7082d31697
commit e42a40ef3d
65 changed files with 4636 additions and 3432 deletions

19
nx.json
View File

@@ -6,14 +6,6 @@
"inputs": ["production", "^production"],
"cache": true
},
"lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/tools/eslint-rules/**/*"
],
"cache": true
},
"component-test": {
"inputs": ["default", "^production"],
"cache": true
@@ -30,6 +22,14 @@
"codeCoverage": true
}
}
},
"@nx/eslint:lint": {
"inputs": [
"default",
"{workspaceRoot}/.eslintrc.json",
"{workspaceRoot}/tools/eslint-rules/**/*"
],
"cache": true
}
},
"namedInputs": {
@@ -77,5 +77,6 @@
"standalone": "true"
}
},
"defaultProject": "angular-projection"
"defaultProject": "angular-projection",
"useInferencePlugins": false
}