2025-07-11 16:51:33 +02:00

21 lines
464 B
JSON

{
"name": "users",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/web/users/src",
"prefix": "lib",
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/web/users/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}