vtils

Home > types > TsConfigJson > References

TsConfigJson.References interface

Signature:

export interface References 

Properties

Property Type Description
circular? boolean (Optional) True if it is intended that this reference form a circularity.
originalPath? string (Optional) The path as the user originally wrote it.
path string A normalized path on disk.
prepend? boolean (Optional) True if the output of this reference should be prepended to the output of this project.Only valid for --outFile compilations.