Skip to content

Esmodule options in rollup output is always undefined #469

@etienne-dldc

Description

@etienne-dldc

Hi,

While working on #468 I noticed this line of code

esModule: tsconfigJSON ? tsconfigJSON.esModuleInterop : false,

But esModuleInterop is a compiler option so I guess it should be

esModule: Boolean(tsconfigJSON?.compilerOptions?.esModuleInterop)

I can create a PR to fix this I just want to be sure that I'm not missing something here...

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions