src/tsconfig/generate
Interfaces
| Interface | Description |
|---|---|
| CheckReferencesResult | - |
| GenerateReferencesPreview | - |
| PackageReferencePreview | - |
| ReferenceDrift | - |
| SolutionReferencePreview | - |
Functions
| Function | Description |
|---|---|
| checkReferences | Diff on-disk tsconfigs against the generator; also fails when the reference graph contains cycles. |
| computeSolutions | Compute solution-style root configs for the given monorepo scope. |
| ensurePackageEmitOptions | Ensure per-package emit paths and strip legacy noEmit overrides. |
| generateReferences | Alias used by callers that want an explicit generate entrypoint. |
| isWorkflowTemplatePackage | Workflow scaffold packages are workspace members but should not appear in solution roots (they're templates, not shipped compilation units). |
| previewReferencesGenerate | Preview (and optionally write) project-reference arrays for each package tsconfig plus solution-style root configs. |