VS Code keeps auto-importing undefined from 'firebase/empty-import' (original) (raw)

[REQUIRED] Describe your environment

[REQUIRED] Describe the problem

Every time I type "undefined", VS Code auto-imports

import undefined from 'firebase/empty-import';

This started happening since updating firebase a while ago, and is really inconvenient for the dev experience.

The only thing empty-import.d.ts seems to be good for is to set the typings field on various packages (e. g. here). Can't it

instead of export = undefined?

Thanks!