diff --git a/x-pack/plugins/alerting/tsconfig.json b/x-pack/plugins/alerting/tsconfig.json index a0e5ede3f7c01..fa409e3286b6d 100644 --- a/x-pack/plugins/alerting/tsconfig.json +++ b/x-pack/plugins/alerting/tsconfig.json @@ -63,7 +63,8 @@ "@kbn/core-application-common", "@kbn/core-saved-objects-api-server", "@kbn/alerts-ui-shared", - "@kbn/core-http-browser" + "@kbn/core-http-browser", + "@kbn/core-test-helpers-kbn-server" ], "exclude": ["target/**/*"] }