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