From adec325faefd1a56e3ffc1895b743d46fdb4b01b Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:04:24 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/notice' --- x-pack/plugins/asset_inventory/tsconfig.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/asset_inventory/tsconfig.json b/x-pack/plugins/asset_inventory/tsconfig.json index 89d2f48c0bb6c..b0a5740e51e74 100644 --- a/x-pack/plugins/asset_inventory/tsconfig.json +++ b/x-pack/plugins/asset_inventory/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - "outDir": "./target/types" + "outDir": "target/types" }, "include": [ "common/**/*.ts", @@ -13,5 +13,15 @@ "server/**/*.json", "../../../typings/**/*", ], - "exclude": [] + "exclude": [ + "target/**/*" + ], + "kbn_references": [ + "@kbn/core", + "@kbn/i18n-react", + "@kbn/shared-ux-router", + "@kbn/navigation-plugin", + "@kbn/i18n", + "@kbn/securitysolution-es-utils", + ] }