18 lines
394 B
Markdown
18 lines
394 B
Markdown
# Function: getWorkspacePath
|
|
|
|
▸ **getWorkspacePath**(`tree`): `"angular.json"` \| `"workspace.json"`
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :----- | :------------------------------------ |
|
|
| `tree` | [`Tree`](../../devkit/documents/Tree) |
|
|
|
|
#### Returns
|
|
|
|
`"angular.json"` \| `"workspace.json"`
|
|
|
|
**`Deprecated`**
|
|
|
|
all projects are configured using project.json
|