From d0b80b03f4ae033eb069affc9533c2887c69ea94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Fern=C3=A1ndez=20Haro?= Date: Tue, 26 Nov 2024 14:23:24 +0100 Subject: [PATCH] Include all schemas in the tsconfig --- src/plugins/telemetry/tsconfig.json | 5 +---- x-pack/plugins/telemetry_collection_xpack/tsconfig.json | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/plugins/telemetry/tsconfig.json b/src/plugins/telemetry/tsconfig.json index 6f41dfcf6fba3..c23b4fea26b89 100644 --- a/src/plugins/telemetry/tsconfig.json +++ b/src/plugins/telemetry/tsconfig.json @@ -9,10 +9,7 @@ "server/**/**/*", "common/**/*", "../../../typings/**/*", - "schema/oss_plugins.json", - "schema/oss_root.json", - "schema/oss_platform.json", - "schema/kbn_packages.json" + "schema/*.json", ], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/telemetry_collection_xpack/tsconfig.json b/x-pack/plugins/telemetry_collection_xpack/tsconfig.json index 5ea98b7ecfb1a..740f21400b2ab 100644 --- a/x-pack/plugins/telemetry_collection_xpack/tsconfig.json +++ b/x-pack/plugins/telemetry_collection_xpack/tsconfig.json @@ -8,9 +8,7 @@ "common/**/*", "server/**/*", "../../../typings/*", - "schema/xpack_monitoring.json", - "schema/xpack_plugins.json", - "schema/xpack_root.json", + "schema/*.json", ], "kbn_references": [ "@kbn/core",