Files
angular-challenges/libs/testing-table/backend/project.json
2023-06-19 18:06:50 +02:00

21 lines
504 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/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": [
"libs/testing-table/backend/**/*.ts",
"libs/testing-table/backend/**/*.html"
]
}
}
}
}