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