I've tried the configurations below but they are not working as expected.
import * as Highcharts from 'highcharts/highstock';
/*import * as HighchartsExporting from 'highcharts/modules/exporting';
HighchartsExporting(Highcharts);*/
require('highcharts/modules/offline-exporting')(Highcharts);
I encountered the following error: Cannot invoke an expression whose type lacks a call signature. Type '{}' has no compatible call signatures.
If anyone knows how to resolve this issue, please share your insights!