postiz/libraries/react-shared-libraries/project.json

14 lines
322 B
JSON

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