@rushstack/heft-config-file
Version:
Configuration file loader for @rushstack/heft
22 lines • 1.46 kB
TypeScript
/**
* A library for loading config files for use with the
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system.
*
* @packageDocumentation
*/
export { ConfigurationFileBase, type IConfigurationFileOptionsBase, type IConfigurationFileOptionsWithJsonSchemaFilePath, type IConfigurationFileOptionsWithJsonSchemaObject, type IConfigurationFileOptions, type ICustomJsonPathMetadata, type ICustomPropertyInheritance, type IJsonPathMetadataResolverOptions, type IJsonPathMetadata, type IJsonPathsMetadata, InheritanceType, type INonCustomJsonPathMetadata, type IOriginalValueOptions, type IPropertiesInheritance, type IPropertyInheritance, type IPropertyInheritanceDefaults, PathResolutionMethod, type PropertyInheritanceCustomFunction } from './ConfigurationFileBase';
import { ProjectConfigurationFile } from './ProjectConfigurationFile';
/**
* @deprecated Use {@link ProjectConfigurationFile} instead.
* @beta
*/
export declare const ConfigurationFile: typeof ProjectConfigurationFile;
/**
* @deprecated Use {@link ProjectConfigurationFile} instead.
* @beta
*/
export type ConfigurationFile<TConfigurationFile> = ProjectConfigurationFile<TConfigurationFile>;
export { ProjectConfigurationFile, type IProjectConfigurationFileOptions } from './ProjectConfigurationFile';
export { NonProjectConfigurationFile } from './NonProjectConfigurationFile';
export * as TestUtilities from './TestUtilities';
//# sourceMappingURL=index.d.ts.map