modifyTsConfigs
No documentation has been provided.
Presentation
function modifyTsConfigs (
tree: Tree,
filePath: string,
modifier: (json: JSONFile) => void,
): void;Returns
voidParameters
| Name | Type | Description |
|---|---|---|
| tree | Tree | |
| filePath | string | |
| modifier | (json: JSONFile) => void |