When using `import parseGitDiff from 'parse-git-diff'` on .ts file in ESM project with `"type": "module"`, I get this error for `parseGitDiff `: ``` This expression is not callable. Type 'typeof import("c:/_____/node_modules/parse-git-diff/build/index")' has no call signatures.ts(2349) ```