-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot be imported correctly with TypeScript Node 16 module resolution mode #96
Comments
Is this similar to js-temporal/temporal-polyfill#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 |
@Dr-Nikson can you please share your tsconfig settings and the exact error message you see? |
Issuesfacing the same issue in jessealama/decimal128
module: NodeNext
moduleResolution: NodeNext
type: module
dependencies.jsbi: ^4.3.0
devDependencies.typescript: ^5.1.3 Scenario 1: Using
|
TS requires
JSBI.default.BigInt
instead ofJSBI.BigInt
The text was updated successfully, but these errors were encountered: