diff --git a/packages/core/http/core-http-server-internal/tsconfig.json b/packages/core/http/core-http-server-internal/tsconfig.json index e163741c21c7e..4b386ea30d155 100644 --- a/packages/core/http/core-http-server-internal/tsconfig.json +++ b/packages/core/http/core-http-server-internal/tsconfig.json @@ -33,6 +33,7 @@ "@kbn/core-execution-context-server-mocks", "@kbn/core-http-context-server-mocks", "@kbn/logging-mocks", + "@kbn/generate-oas-cli", ], "exclude": [ "target/**/*", diff --git a/packages/kbn-generate-oas-cli/tsconfig.json b/packages/kbn-generate-oas-cli/tsconfig.json index 5676430976fd4..0d27c9e9adf65 100644 --- a/packages/kbn-generate-oas-cli/tsconfig.json +++ b/packages/kbn-generate-oas-cli/tsconfig.json @@ -16,5 +16,8 @@ "kbn_references": [ "@kbn/dev-cli-runner", "@kbn/safer-lodash-set", + "@kbn/core-http-router-server-internal", + "@kbn/core-test-helpers-kbn-server", + "@kbn/core-plugins-server-internal", ] } diff --git a/x-pack/plugins/alerting/tsconfig.json b/x-pack/plugins/alerting/tsconfig.json index 9a3976445c235..25c3c680e638a 100644 --- a/x-pack/plugins/alerting/tsconfig.json +++ b/x-pack/plugins/alerting/tsconfig.json @@ -57,6 +57,7 @@ "@kbn/unified-search-plugin", "@kbn/core-http-server-mocks", "@kbn/core-http-router-server-mocks", + "@kbn/zod", ], "exclude": ["target/**/*"] }