Skip to main content

AutoloadResolverOptions

Properties

PropertyTypeDescription

disableDefaultSuffixes?

boolean

If true, disables the default resolver suffixes

match?

(filename) => boolean

Custom function to determine if a resolver file should be included

suffix?

string | string[]

Custom suffix(es) to identify resolver files Used together with the default suffixes, unless disabled