dethcrypto / dethcrypto/TypeChain

ESM support is broken

Open
#910 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.8k
Forks
376
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.