You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npx tsc
test.ts:3:13 - error TS2351: This expression is not constructable.
Type 'typeof import(".../node_modules/fraction.js/fraction")' has no construct signatures.
3 let x = new Fraction(1.88);
~~~~~~~~
Found 1 error in test.ts:3
It worked fine in v4, and it works again if "type": "module" is added back to node_modules/fraction.js/package.json.