vite-legacy-interop - v1.0.3
    Preparing search index...

    Interface LibConfig

    Library configuration for the legacyInterop plugin.

    interface LibConfig {
        libDir?: string;
        name: string;
    }
    Index

    Properties

    Properties

    libDir?: string

    Subfolder inside the package to scan for modules.

    'lib'

    name: string

    Package name as it appears in import statements.