↧
Answer by Abdelrhman ElSayed for Typescript cant find module
According to highcharts readme you need to import it something like this import Highcharts from 'highcharts';then you need to update your tsconfig.json file{"compilerOptions":...
View ArticleTypescript cant find module
I'm trying to import a module with Typescript on Visual Studio 2019.import * as Highcharts from 'highcharts';(<any>window).Highcharts = Highcharts;Results in: Error TS2307 (TS) Cannot find module...
View Article
More Pages to Explore .....