KC's Workspace
    Preparing search index...
    interface ModuleOptions {
        attributes: Record<string, string>;
        meta: CustomPluginOptions;
        moduleSideEffects: boolean | "no-treeshake";
        syntheticNamedExports: string | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Record<string, string>
    meta: CustomPluginOptions
    moduleSideEffects: boolean | "no-treeshake"
    syntheticNamedExports: string | boolean