You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "common",
|
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
|
|
"sourceRoot": "libs/common/src",
|
|
|
|
"projectType": "library",
|
|
|
|
"targets": {
|
|
|
|
"lint": {
|
|
|
|
"executor": "@nx/eslint:lint",
|
|
|
|
"options": {
|
|
|
|
"lintFilePatterns": ["libs/common/**/*.ts"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"test": {
|
|
|
|
"executor": "@nx/jest:jest",
|
|
|
|
"outputs": ["{workspaceRoot}/coverage/libs/common"],
|
|
|
|
"options": {
|
|
|
|
"jestConfig": "libs/common/jest.config.ts"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": []
|
|
|
|
}
|