Files
2026-07-13 12:38:36 +08:00

14 lines
340 B
JSON

{
"name": "shared",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "graph/shared/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project ui-common --web",
"targets": {
"typecheck": {
"dependsOn": ["^typecheck", "nx:build-native"]
}
}
}