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