Files
mudita-center/libs/help/models/project.json

21 lines
498 B
JSON

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