Preset: {
    plugins?: PluggableList;
    settings?: Settings;
}

Sharable configuration.

They can contain plugins and settings.

Type declaration

  • Optional plugins?: PluggableList

    List of plugins and presets (optional).

  • Optional settings?: Settings

    Shared settings for parsers and compilers (optional).