2022-04-23 18:06:01 +00:00

24 lines
633 B
JSON

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