mirror of
https://github.com/mudita/mudita-center.git
synced 2026-06-13 10:55:54 -04:00
21 lines
501 B
JSON
21 lines
501 B
JSON
{
|
|
"name": "shared-utils",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/shared/utils/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/shared/utils/jest.config.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|