Variable: tsconfigConfigMetadataByName
const tsconfigConfigMetadataByName: Readonly<
Record<TsconfigConfigName, TsconfigConfigMetadata>
>;
Defined in: _internal/tsconfig-config-references.ts:46
Canonical metadata for every exported tsconfig preset key.
Remarksโ
This is the single source of truth for:
- Preset display order in generated README tables,
- Preset icon mapping,
- Preset runtime flat-config names, and
- Preset type-checking requirements.