vtils

Home > types > TsConfigJson > References

TsConfigJson.References interface

Signature:

export interface References 

Properties

Property Modifiers 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 <p>(Optional) True if the output of this reference should be prepended to the output of this project.</p><p>Only valid for --outFile compilations.</p>