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", ] }