12 lines
280 B
JSON
12 lines
280 B
JSON
{
|
|
"name": "graph-state",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "graph/state/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"// targets": "to see all targets run: nx show project ui-icons --web",
|
|
"targets": {
|
|
"lint": {}
|
|
}
|
|
}
|