Answers for "SyntaxError: Cannot use import statement outside a module babel"

1

jest : Cannot use import statement outside a module

// jest.config.js
preset: 'ts-jest'
Posted by: Guest on June-12-2021
0

SyntaxError: Cannot use import statement outside a module babel

// add this in package.json
{
  "type": "module"
}
Posted by: Guest on August-24-2021

Code answers related to "SyntaxError: Cannot use import statement outside a module babel"

Browse Popular Code Answers by Language