Optional
automateCategories?: booleanWhether or not to set each module's category to its parent directory name.
Optional
classToHandle?: Class<Module>Only classes that extends this class can be handled.
Directory to modules.
Optional
extensions?: Extension[] | Set<Extension>File extensions to load.
Optional
loadFilter?: LoadPredicateFilter for files to be loaded.
Can be set individually for each handler by overriding the loadAll
method.
Options for module loading and handling.