nx/nx-dev/feature-search/project.json
2022-04-23 18:06:01 +00:00

24 lines
613 B
JSON

{
"root": "nx-dev/feature-search",
"sourceRoot": "nx-dev/feature-search/src",
"projectType": "library",
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["nx-dev/feature-search/**/*.{ts,tsx,js,jsx}"]
},
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/nx-dev/feature-search"],
"options": {
"jestConfig": "nx-dev/feature-search/jest.config.ts",
"passWithNoTests": true
}
}
},
"tags": ["scope:nx-dev", "type:feature"]
}