What worked for me was adding the following in my tsconfig.json file in the compilerOptions:
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
What worked for me was adding the following in my tsconfig.json file in the compilerOptions:
"allowSyntheticDefaultImports": true,
"esModuleInterop": true