diff --git a/packages/core/http/core-http-server/tsconfig.json b/packages/core/http/core-http-server/tsconfig.json index 737c4e54906f9..40f0237ab294b 100644 --- a/packages/core/http/core-http-server/tsconfig.json +++ b/packages/core/http/core-http-server/tsconfig.json @@ -14,7 +14,8 @@ "@kbn/config-schema", "@kbn/utility-types", "@kbn/core-base-common", - "@kbn/core-http-common" + "@kbn/core-http-common", + "@kbn/logging" ], "exclude": [ "target/**/*",