long.js icon indicating copy to clipboard operation
long.js copied to clipboard

New: Typescript 4.7+ compatibility

Open vibhurajeev opened this issue 3 years ago • 0 comments

Typescript 4.7^ with mode resolution strategy set to nodenext, is confused about finding export = in d.ts file and complains about default import not being allowed (when imported as import Long from "long") as the heuristics used by typescript to guess seems to be inaccurate. Having export default would help fix this.

vibhurajeev avatar Aug 31 '22 18:08 vibhurajeev