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