From fc819241de6d3258ba046e7d840d5d475e0bda37 Mon Sep 17 00:00:00 2001 From: Claude Ciocan Date: Mon, 18 Jun 2018 20:42:11 -0700 Subject: [PATCH] Added files to tsconfig --- types/gramps__rest-helpers/tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/types/gramps__rest-helpers/tsconfig.json b/types/gramps__rest-helpers/tsconfig.json index 07c3832ff5..03402cad31 100644 --- a/types/gramps__rest-helpers/tsconfig.json +++ b/types/gramps__rest-helpers/tsconfig.json @@ -20,5 +20,9 @@ "gramps__rest-helpers" ] } - } + }, + "files": [ + "index.d.ts", + "gramps__rest-helpers-tests.ts" + ] } \ No newline at end of file