@ng-doc/builder / Function

modifyTsConfigs

No documentation has been provided.

Presentation

function modifyTsConfigs(
  tree: Tree,
  filePath: string,
  modifier: (json: JSONFile) => void,
): void;

Returns

void

Parameters

NameTypeDescription
tree
Tree

@param tree

filePath
string

@param filePath

modifier
(json: JSONFile) => void

@param modifier