b3014bb98a
Co-authored-by: Edd <edd@vega.xyz>
24 lines
631 B
JSON
24 lines
631 B
JSON
{
|
|
"name": "network-parameters",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/network-parameters/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": ["libs/network-parameters/**/*.{ts,tsx,js,jsx}"]
|
|
}
|
|
},
|
|
"test": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/libs/network-parameters"],
|
|
"options": {
|
|
"jestConfig": "libs/network-parameters/jest.config.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|