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
And now i receive error
src/utils/logger.ts:8:41 - error TS1343: The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am switching from cjs to esm. I've fixed all the issues except jest running issues. He just refuses to work.
Here is datails.
/jest.config.js
/src/tests/jest.setup.ts
/package.json
tsconfig.json
Error after run npm run test
Then i have changed my jest.config.js
And now i receive error
src/utils/logger.ts:8:41 - error TS1343: The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
Beta Was this translation helpful? Give feedback.
All reactions