nx/nx-dev/feature-analytics/project.json
2021-09-20 16:39:13 -04:00

24 lines
628 B
JSON

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