mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
18 lines
486 B
JSON
18 lines
486 B
JSON
{
|
|
"name": "module-to-standalone-admin-shared",
|
|
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/module-to-standalone/admin/shared/src",
|
|
"prefix": "lib",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"test": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
|
"options": {
|
|
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|