jsbi
jsbi copied to clipboard
cannot be imported correctly with TypeScript Node 16 module resolution mode
TS requires JSBI.default.BigInt
instead of JSBI.BigInt
Is this similar to https://github.com/js-temporal/temporal-polyfill/issues/177 ?
Are the tsconfig settings mentioned on that issue the relevant ones here?
maybe you need an export map and "type": "module" (maybe?) in package.json
The issue is still there for 4.3.0
@Dr-Nikson can you please share your tsconfig settings and the exact error message you see?