feat: upgrade project to v17

This commit is contained in:
thomas
2023-11-18 22:57:35 +04:00
parent 04249f5a88
commit 3cc42ffc79
69 changed files with 5100 additions and 5015 deletions

View File

@@ -33,8 +33,7 @@
"glob": "executors.json",
"output": "."
}
],
"updateBuildableProjectDepsInPackageJson": true
]
}
},
"lint": {
@@ -52,14 +51,7 @@
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/custom-plugin/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
"jestConfig": "libs/custom-plugin/jest.config.ts"
}
}
},