mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
29 lines
669 B
JSON
29 lines
669 B
JSON
{
|
|
"name": "availability-data-access",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/availability/data-access/src",
|
|
"prefix": "availability",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nx/vite:test",
|
|
"outputs": ["{options.reportsDirectory}"],
|
|
"options": {
|
|
"reportsDirectory": "../../../coverage/libs/availability/data-access"
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"mode": "run",
|
|
"coverage": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint"
|
|
}
|
|
}
|
|
}
|