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
node_modules/graphql-ws/dist/use/ws.d.cts:4:61 - error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("../common-X.js")' call instead.
4 import { b as ConnectionInitMessage, a as Disposable } from '../common-X.js';
~~~~~~~~~~~~~~~~
node_modules/graphql-ws/dist/use/ws.d.cts:5:36 - error TS1479: The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("../server-CK311QSe.js")' call instead.
5 import { S as ServerOptions } from '../server-X.js';
~~~~~~~~~~~~~~~~
Causing errors like:
Is actually an issue caused by pkgroll.
Can be fixed by skipping lib checks during type-checking.
Enable
skipLibCheck
intsconfig.json
:TODO
The text was updated successfully, but these errors were encountered: