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

17 lines
377 B
JSON

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