14 lines
340 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|