postiz/libraries/nestjs-libraries/project.json

14 lines
310 B
JSON

{
"name": "nestjs-libraries",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libraries/nestjs-libraries/src",
"projectType": "library",
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
},
"tags": []
}