2025-06-01 17:32:32 +02:00

21 lines
449 B
JSON

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