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
The generated types.ts file is importing ./enums. When using node16 or nodenext the import should be ./enums.js.
The error is:
error TS2835: Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './enums.js'?
The text was updated successfully, but these errors were encountered:
Hi there,
The generated types.ts file is importing ./enums. When using node16 or nodenext the import should be ./enums.js.
The error is:
The text was updated successfully, but these errors were encountered: