mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"name": "testing-table-backend",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/testing-table/backend/src",
|
|
"prefix": "lib",
|
|
"tags": [],
|
|
"projectType": "library",
|
|
"targets": {
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint",
|
|
"outputs": ["{options.outputFile}"],
|
|
"options": {
|
|
"lintFilePatterns": [
|
|
"libs/testing-table/backend/**/*.ts",
|
|
"libs/testing-table/backend/**/*.html"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|