26 lines
674 B
Markdown
26 lines
674 B
Markdown
# Function: readNxJson
|
|
|
|
▸ **readNxJson**(): [`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration) \| `null`
|
|
|
|
#### Returns
|
|
|
|
[`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration) \| `null`
|
|
|
|
**`Deprecated`**
|
|
|
|
You must pass a [Tree](../../devkit/documents/Tree)
|
|
|
|
▸ **readNxJson**(`tree`): [`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration) \| `null`
|
|
|
|
Reads nx.json
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :----- | :------------------------------------ |
|
|
| `tree` | [`Tree`](../../devkit/documents/Tree) |
|
|
|
|
#### Returns
|
|
|
|
[`NxJsonConfiguration`](../../devkit/documents/NxJsonConfiguration) \| `null`
|