Skip to content

@snailicide/build-config / tsconfig / TsConfigJson / References

References

ts
type References = {
  path: string;
  originalPath?: string;
  prepend?: boolean;
  circular?: boolean;
};

Defined in: node_modules/.pnpm/type-fest@4.41.0/node_modules/type-fest/source/tsconfig-json.d.ts:1214

Properties

PropertyTypeDescriptionDefined in
pathstringA normalized path on disk.node_modules/.pnpm/type-fest@4.41.0/node_modules/type-fest/source/tsconfig-json.d.ts:1218
originalPath?stringThe path as the user originally wrote it.node_modules/.pnpm/type-fest@4.41.0/node_modules/type-fest/source/tsconfig-json.d.ts:1223
prepend?booleanTrue if the output of this reference should be prepended to the output of this project. Only valid for --outFile compilations. Deprecated This option will be removed in TypeScript 5.5.node_modules/.pnpm/type-fest@4.41.0/node_modules/type-fest/source/tsconfig-json.d.ts:1231
circular?booleanTrue if it is intended that this reference form a circularity.node_modules/.pnpm/type-fest@4.41.0/node_modules/type-fest/source/tsconfig-json.d.ts:1236