From ec27882e2a4ad9a7bc6f0832026bc75100a55efd Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Wed, 13 Nov 2019 15:19:40 -0700 Subject: [PATCH] fix type file import --- x-pack/legacy/plugins/reporting/server/usage/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/reporting/server/usage/index.ts b/x-pack/legacy/plugins/reporting/server/usage/index.ts index 023cba6be52e7..72066addff0ca 100644 --- a/x-pack/legacy/plugins/reporting/server/usage/index.ts +++ b/x-pack/legacy/plugins/reporting/server/usage/index.ts @@ -4,5 +4,5 @@ * you may not use this file except in compliance with the Elastic License. */ -export * from './types'; +export * from './types.d'; export { getReportingUsageCollector } from './get_reporting_usage_collector';