Files
ISA-Frontend/libs/remission/helpers/project.json
2025-06-30 09:17:03 +00:00

21 lines
493 B
JSON

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