Add highcharts-more like any other module.
A short load and initialization example is below:
import * as Highcharts from 'highcharts'; // load core import HC_more from 'highcharts/highcharts-more'; // load highcharts-more HC_more(Highcharts); // init highcharts-more