From 484ddb473db4ac4f9149bfa0188d140f3613d271 Mon Sep 17 00:00:00 2001 From: Rich McCluskey Date: Fri, 2 Feb 2018 14:57:41 -0800 Subject: [PATCH] add "js/highcharts/index.d.ts" to tsconfig files --- types/highcharts/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/highcharts/tsconfig.json b/types/highcharts/tsconfig.json index ed1e69ef0c..24b0cf2dd7 100644 --- a/types/highcharts/tsconfig.json +++ b/types/highcharts/tsconfig.json @@ -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",