From ee078d29760ad67e3b21dfd997636327a4ac125c Mon Sep 17 00:00:00 2001 From: Eyo Okon Eyo Date: Thu, 5 Dec 2024 15:55:59 +0100 Subject: [PATCH] opt for abridged version when including emotion declaration --- x-pack/packages/ml/data_grid/tsconfig.json | 2 +- x-pack/plugins/osquery/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/packages/ml/data_grid/tsconfig.json b/x-pack/packages/ml/data_grid/tsconfig.json index 16e44151edb55..3c211bdaf5798 100644 --- a/x-pack/packages/ml/data_grid/tsconfig.json +++ b/x-pack/packages/ml/data_grid/tsconfig.json @@ -14,7 +14,7 @@ "include": [ "**/*.ts", "**/*.tsx", - "../../../../typings/emotion.d.ts" + "**/emotion.d.ts" ], "exclude": [ "target/**/*" diff --git a/x-pack/plugins/osquery/tsconfig.json b/x-pack/plugins/osquery/tsconfig.json index fc40b18304d38..ca6b7394921f0 100644 --- a/x-pack/plugins/osquery/tsconfig.json +++ b/x-pack/plugins/osquery/tsconfig.json @@ -15,7 +15,7 @@ // ECS and Osquery schema files "public/common/schemas/*/**.json", // Emotion theme typing - "../../../typings/emotion.d.ts" + "**/emotion.d.ts" ], "kbn_references": [ "@kbn/core",