From bec06b6e115b7dc8269df52953bcd7cfdbe6a522 Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Fri, 16 Feb 2018 13:27:12 +0200 Subject: [PATCH] Add new hls.light.d.ts to tsconfig.json's list --- types/hls.js/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/hls.js/tsconfig.json b/types/hls.js/tsconfig.json index ed68ee32f3..17aacd07df 100644 --- a/types/hls.js/tsconfig.json +++ b/types/hls.js/tsconfig.json @@ -19,6 +19,7 @@ }, "files": [ "index.d.ts", + "dist/hls.light.d.ts", "hls.js-tests.ts" ] } \ No newline at end of file