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

Properties

Properties

commonJS: string
esm?: string