Merge pull request #23381 from rjmccluskey/master

Highcharts: add support for importing from "highcharts/js/highcharts"
This commit is contained in:
Daniel Rosenwasser
2018-02-15 20:19:44 -08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import Highcharts = require('../..');
export = Highcharts;

View File

@@ -26,6 +26,7 @@
"modules/offline-exporting.d.ts",
"highcharts-more.d.ts",
"highstock.d.ts",
"js/highcharts/index.d.ts",
"test/boost.ts",
"test/exporting.ts",
"test/highstock.ts",