Skip to main content

AutoloadPluginOptions

Properties

PropertyTypeDefault valueDescription

modules?

boolean | AutoloadModuleOptions

undefined

Configuration for module autoloading. Set to false to disable

output?

string

`${modulesDir}/autoload.ts`;

Output path for the generated autoload file

resolvers?

boolean | AutoloadResolverOptions

undefined

Configuration for resolver autoloading. Set to false to disable