Skip to content

ESM support is broken #910

@arowana-official

Description

@arowana-official

TypeChain generates type files with something like this

export type { Lock } from"./Lock";

while it should be

export type { Lock } from"./Lock/index.js";

when node16Modules is true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions