Using the ES6 modules, the HighlightLayer requires the extra file effectLayerSceneComponent.ts to be imported but GlowLayer doesn’t. I noticed that glowLayer.ts has the below line to import it, should this line be added to highlightLayer.ts as well?
import "../Layers/effectLayerSceneComponent";