From 46d11c808455bb33e2825167708de7a06dcabebf Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:54:35 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/lint_ts_projects --fix' --- x-pack/plugins/exploratory_view/e2e/tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x-pack/plugins/exploratory_view/e2e/tsconfig.json b/x-pack/plugins/exploratory_view/e2e/tsconfig.json index 881ab4db9046c..df3428e1aa0bf 100644 --- a/x-pack/plugins/exploratory_view/e2e/tsconfig.json +++ b/x-pack/plugins/exploratory_view/e2e/tsconfig.json @@ -6,9 +6,4 @@ "outDir": "target/types", "types": [ "node"], }, - "kbn_references": [ - "@kbn/test", - "@kbn/apm-plugin", - "@kbn/es-archiver", - ], }