cs
Results
1
issues of
cs
When trying to edit file '/tsconfig.json', there found no suitable functions. Considering add the follow function([from here](https://github.com/ng-alain/delon/blob/master/packages/schematics/utils/json.ts#L4)): ```javascript export function getJSON(host: Tree, jsonFile: string, type?: string): any { if (!host.exists(jsonFile))...
enhancement