typescript-json-schema icon indicating copy to clipboard operation
typescript-json-schema copied to clipboard

fix: correctly identify imports with resolution-mode (#582)

Open FoxxMD opened this issue 1 year ago • 0 comments

Used fix provided by @jer-sen and closes #582

I believe this only occurs for ESM projects with "moduleResolution": "NodeNext" in tsconfig.json and introduced in TS 4.7. This fix is backwards compatible.

FoxxMD avatar Apr 03 '24 17:04 FoxxMD