Variable: tsconfigConfigReferenceToName
const tsconfigConfigReferenceToName: Readonly<{
tsconfig.configs.all: "all";
tsconfig.configs.emit-config: "emit-config";
tsconfig.configs.include-hygiene: "include-hygiene";
tsconfig.configs.jsconfig: "jsconfig";
tsconfig.configs.lib-target: "lib-target";
tsconfig.configs.module-resolution: "module-resolution";
tsconfig.configs.project-references: "project-references";
tsconfig.configs.recommended: "recommended";
tsconfig.configs.strict: "strict";
tsconfig.configs.strict-mode: "strict-mode";
tsconfig.configs.strictest: "strictest";
tsconfig.configs["emit-config"]: "emit-config";
tsconfig.configs["include-hygiene"]: "include-hygiene";
tsconfig.configs["jsconfig"]: "jsconfig";
tsconfig.configs["lib-target"]: "lib-target";
tsconfig.configs["module-resolution"]: "module-resolution";
tsconfig.configs["project-references"]: "project-references";
tsconfig.configs["strict-mode"]: "strict-mode";
tsconfig.configs["strictest"]: "strictest";
}>;
Defined in: _internal/tsconfig-config-references.ts:133
Metadata references supported in meta.docs.tsconfigConfigs.