зеркало из https://github.com/mozilla/fxa.git
24 строки
603 B
JSON
24 строки
603 B
JSON
{
|
|
"name": "payments-ui",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/payments/ui/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"lint": {
|
|
"executor": "@nx/linter:eslint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["libs/payments/ui/**/*.{ts,tsx,js,jsx}"]
|
|
}
|
|
},
|
|
"test-unit": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
|
"options": {
|
|
"jestConfig": "libs/payments/ui/jest.config.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|