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

19 lines
511 B
JSON

{
"name": "graph-migrate",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "graph/migrate/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project graph-migrate --web",
"targets": {
"typecheck": {
"dependsOn": ["^typecheck", "nx:build-native"],
"inputs": [
"...",
"{workspaceRoot}/packages/devkit/tsconfig.lib.json",
"{workspaceRoot}/packages/nx/tsconfig.lib.json"
]
}
}
}