From b7d7259423f9be914c8c43c15a6cd08c7e5a1b39 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:46:50 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/lint_ts_projects --fix' --- x-pack/plugins/alerting/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/**/*"] }