tnp-helpers 16.100.31 → 16.444.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,6 +164,7 @@ export declare abstract class BaseProject<PROJCET extends BaseProject = any, TYP
164
164
  outputFrom(command: string): any;
165
165
  removeFile(fileRelativeToProjectPath: string): any;
166
166
  readFile(fileRelativeToProjectPath: string): any;
167
+ readJson<T = {}>(fileRelativeToProjectPath: string): T;
167
168
  remove(relativePath: string, exactPath?: boolean): void;
168
169
  removeFolderByRelativePath(relativePathToFolder: string): void;
169
170
  linkNodeModulesTo(proj: Partial<BaseProject>): any;