From 549eaaea07795bd4d39705541ebd83f1dc8d53a4 Mon Sep 17 00:00:00 2001 From: streamich Date: Tue, 14 Jan 2020 12:12:38 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20kbn=5Ftp=5Fbfetch?= =?UTF-8?q?=5Fexplorer=20server-side=20files=20to=20tsconfi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/kbn_tp_bfetch_explorer/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/plugin_functional/plugins/kbn_tp_bfetch_explorer/tsconfig.json b/test/plugin_functional/plugins/kbn_tp_bfetch_explorer/tsconfig.json index 234259c8e6052e..994f81e3967635 100644 --- a/test/plugin_functional/plugins/kbn_tp_bfetch_explorer/tsconfig.json +++ b/test/plugin_functional/plugins/kbn_tp_bfetch_explorer/tsconfig.json @@ -13,6 +13,8 @@ "index.ts", "public/**/*.ts", "public/**/*.tsx", + "server/**/*.ts", + "server/**/*.tsx", "../../../../typings/**/*", ], "exclude": []