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