Files
twenty/packages/twenty-sdk/project.json
T
2025-10-20 15:54:08 +02:00

18 lines
343 B
JSON

{
"name": "twenty-sdk",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/twenty-sdk/src",
"projectType": "library",
"tags": ["scope:sdk"],
"targets": {
"build": {
"outputs": ["{projectRoot}/dist"]
},
"lint": {
"configurations": {
"fix": {}
}
}
}
}