We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233e657 commit 6bb2332Copy full SHA for 6bb2332
libraries/heft-config-file/src/ConfigurationFileBase.ts
@@ -393,6 +393,7 @@ interface IConfigurationFileCacheEntry<TConfigFile> {
393
394
/**
395
* Callback that returns a fallback configuration file path if the original configuration file was not found.
396
+ * @beta
397
*/
398
export type IOnConfigurationFileNotFoundCallback = (
399
resolvedConfigurationFilePathForLogging: string
libraries/heft-config-file/src/index.ts
@@ -22,6 +22,7 @@ export {
22
type IJsonPathsMetadata,
23
InheritanceType,
24
type INonCustomJsonPathMetadata,
25
+ type IOnConfigurationFileNotFoundCallback,
26
type IOriginalValueOptions,
27
type IPropertiesInheritance,
28
type IPropertyInheritance,
0 commit comments