I updated tsconfig.json file with this to fix this issue.
{ "compilerOptions": {... "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", } }