diff --git a/packages/kbn-generate-oas/tsconfig.json b/packages/kbn-generate-oas/tsconfig.json index 428d690f3f35d..021f7b8f28a32 100644 --- a/packages/kbn-generate-oas/tsconfig.json +++ b/packages/kbn-generate-oas/tsconfig.json @@ -14,5 +14,6 @@ "target/**/*" ], "kbn_references": [ + "@kbn/core-http-router-server-internal", ] } diff --git a/x-pack/plugins/alerting/tsconfig.json b/x-pack/plugins/alerting/tsconfig.json index 25c3c680e638a..9a3976445c235 100644 --- a/x-pack/plugins/alerting/tsconfig.json +++ b/x-pack/plugins/alerting/tsconfig.json @@ -57,7 +57,6 @@ "@kbn/unified-search-plugin", "@kbn/core-http-server-mocks", "@kbn/core-http-router-server-mocks", - "@kbn/zod", ], "exclude": ["target/**/*"] }