Hierarchy

  • ModuleSettings

Properties

generator?: {
    [index: string]: any;
}

The options for the module generator.

Type declaration

  • [index: string]: any
layer?: string

Specifies the layer in which the module should be placed in.

parser?: {
    [index: string]: any;
}

Options for parsing.

Type declaration

  • [index: string]: any

Options for the resolver.

sideEffects?: boolean

Flags a module as with or without side effects.

type?: string

Module type to use for the module.

Generated using TypeDoc