if you have imports like this
import type { Feature, Map, MapBrowserEvent } from "ol";
// do something with the types
then a size is reported. That is wrong, since type imports are not ejected as javascript but simply deleted and only used for type checking