KC's Workspace
    Preparing search index...
    interface OutputOptions {
        amd?: AmdOptions;
        assetFileNames?: string | ((chunkInfo: PreRenderedAsset) => string);
        banner?: string | AddonFunction;
        chunkFileNames?: string | ((chunkInfo: PreRenderedChunk) => string);
        compact?: boolean;
        dir?: string;
        dynamicImportInCjs?: boolean;
        entryFileNames?: string | ((chunkInfo: PreRenderedChunk) => string);
        esModule?: boolean | "if-default-prop";
        experimentalMinChunkSize?: number;
        exports?: "default" | "none" | "auto" | "named";
        extend?: boolean;
        externalImportAssertions?: boolean;
        externalImportAttributes?: boolean;
        externalLiveBindings?: boolean;
        file?: string;
        footer?: string | AddonFunction;
        format?: ModuleFormat;
        freeze?: boolean;
        generatedCode?: GeneratedCodePreset | GeneratedCodeOptions;
        globals?: GlobalsOption;
        hashCharacters?: HashCharacters;
        hoistTransitiveImports?: boolean;
        importAttributesKey?: ImportAttributesKey;
        indent?: string | boolean;
        inlineDynamicImports?: boolean;
        interop?: InteropType | GetInterop;
        intro?: string | AddonFunction;
        manualChunks?: ManualChunksOption;
        minifyInternalExports?: boolean;
        name?: string;
        noConflict?: boolean;
        onlyExplicitManualChunks?: boolean;
        outro?: string | AddonFunction;
        paths?: OptionsPaths;
        plugins?: OutputPluginOption;
        preserveModules?: boolean;
        preserveModulesRoot?: string;
        reexportProtoFromExternal?: boolean;
        sanitizeFileName?: boolean | ((fileName: string) => string);
        sourcemap?: boolean | "inline" | "hidden";
        sourcemapBaseUrl?: string;
        sourcemapDebugIds?: boolean;
        sourcemapExcludeSources?: boolean;
        sourcemapFile?: string;
        sourcemapFileNames?: string | ((chunkInfo: PreRenderedChunk) => string);
        sourcemapIgnoreList?: boolean | SourcemapIgnoreListOption;
        sourcemapPathTransform?: SourcemapPathTransformOption;
        strict?: boolean;
        systemNullSetters?: boolean;
        validate?: boolean;
        virtualDirname?: string;
    }
    Index

    Properties

    assetFileNames?: string | ((chunkInfo: PreRenderedAsset) => string)
    banner?: string | AddonFunction
    chunkFileNames?: string | ((chunkInfo: PreRenderedChunk) => string)
    compact?: boolean
    dir?: string
    dynamicImportInCjs?: boolean
    entryFileNames?: string | ((chunkInfo: PreRenderedChunk) => string)
    esModule?: boolean | "if-default-prop"
    experimentalMinChunkSize?: number
    exports?: "default" | "none" | "auto" | "named"
    extend?: boolean
    externalImportAssertions?: boolean

    Use "externalImportAttributes" instead.

    externalImportAttributes?: boolean
    externalLiveBindings?: boolean
    file?: string
    footer?: string | AddonFunction
    format?: ModuleFormat
    freeze?: boolean
    globals?: GlobalsOption
    hashCharacters?: HashCharacters
    hoistTransitiveImports?: boolean
    importAttributesKey?: ImportAttributesKey
    indent?: string | boolean
    inlineDynamicImports?: boolean
    intro?: string | AddonFunction
    manualChunks?: ManualChunksOption
    minifyInternalExports?: boolean
    name?: string
    noConflict?: boolean
    onlyExplicitManualChunks?: boolean

    This will be the new default in Rollup 5.

    outro?: string | AddonFunction
    paths?: OptionsPaths
    preserveModules?: boolean
    preserveModulesRoot?: string
    reexportProtoFromExternal?: boolean
    sanitizeFileName?: boolean | ((fileName: string) => string)
    sourcemap?: boolean | "inline" | "hidden"
    sourcemapBaseUrl?: string
    sourcemapDebugIds?: boolean
    sourcemapExcludeSources?: boolean
    sourcemapFile?: string
    sourcemapFileNames?: string | ((chunkInfo: PreRenderedChunk) => string)
    sourcemapIgnoreList?: boolean | SourcemapIgnoreListOption
    sourcemapPathTransform?: SourcemapPathTransformOption
    strict?: boolean
    systemNullSetters?: boolean
    validate?: boolean
    virtualDirname?: string