easyai-ai-gateway/packages/contracts/project.json
wangbo 6323e70e49 Initial project scaffold
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 14:36:35 +08:00

24 lines
526 B
JSON

{
"name": "contracts",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"root": "packages/contracts",
"sourceRoot": "packages/contracts/src",
"projectType": "library",
"targets": {
"lint": {
"executor": "nx:run-commands",
"options": {
"cwd": "packages/contracts",
"command": "tsc --noEmit"
}
},
"build": {
"executor": "nx:run-commands",
"options": {
"cwd": "packages/contracts",
"command": "tsc --noEmit"
}
}
}
}