24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"root": "nx-dev/ui-sponsor-card",
|
|
"sourceRoot": "nx-dev/ui-sponsor-card/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"lint": {
|
|
"executor": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["nx-dev/ui-sponsor-card/**/*.{ts,tsx,js,jsx}"]
|
|
},
|
|
"outputs": ["{options.outputFile}"]
|
|
},
|
|
"test": {
|
|
"executor": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/nx-dev/ui-sponsor-card"],
|
|
"options": {
|
|
"jestConfig": "nx-dev/ui-sponsor-card/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
}
|