In your tsconfig.json file, change the "module" to "ESNext" like this:
{ "compilerOptions": { "module": "ESNext", } }