nx/nx-dev/ui-home/project.json

19 lines
472 B
JSON

{
"name": "nx-dev-ui-home",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-home/src",
"projectType": "library",
"tags": ["scope:nx-dev", "type:ui"],
"targets": {
"lint": {},
"xtest": {
"executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/nx-dev/ui-home"],
"options": {
"jestConfig": "nx-dev/ui-home/jest.config.ts",
"passWithNoTests": true
}
}
}
}