Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/notice'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 29, 2024
1 parent 006a287 commit adec325
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions x-pack/plugins/asset_inventory/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./target/types"
"outDir": "target/types"
},
"include": [
"common/**/*.ts",
Expand All @@ -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",
]
}

0 comments on commit adec325

Please sign in to comment.