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
With some module resolutions, TypeScript complains about csv-parse/dist/esm/sync.d.ts:
Relative import paths need explicit file extensions in EcmaScript imports
when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './index.js'?
Describe the bug
With some module resolutions, TypeScript complains about
csv-parse/dist/esm/sync.d.ts
:To fix this issue, change https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/lib/sync.d.ts
The text was updated successfully, but these errors were encountered: