Files
ISA-Frontend/libs/checkout/shared/product-info/project.json
2025-10-14 16:02:18 +00:00

31 lines
699 B
JSON

{
"name": "checkout-shared-product-info",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/checkout/shared/product-info/src",
"prefix": "checkout",
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/vite:test",
"outputs": [
"{options.reportsDirectory}"
],
"options": {
"reportsDirectory": "../../../../coverage/libs/checkout/shared/product-info"
},
"configurations": {
"ci": {
"mode": "run",
"coverage": {
"enabled": true
}
}
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}