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