From d871efcb5b68e382d8d5695caf796216c19f70bb Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:08:30 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/lint_ts_projects --fix' --- x-pack/packages/security/plugin_types_server/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/packages/security/plugin_types_server/tsconfig.json b/x-pack/packages/security/plugin_types_server/tsconfig.json index 51a1cf53c62bf..b1d61f46107e8 100644 --- a/x-pack/packages/security/plugin_types_server/tsconfig.json +++ b/x-pack/packages/security/plugin_types_server/tsconfig.json @@ -15,5 +15,6 @@ "@kbn/security-plugin-types-common", "@kbn/core-user-profile-server", "@kbn/core-security-server", + "@kbn/security-plugin", ] }