interface ESMDistFiles {
    commonJS?: string;
    esm: string;
}

Properties

Properties

commonJS?: string
esm: string