Skip to content

Commit 8ae3600

Browse files
committed
Merge branch 'backport/8.19/pr-225035' of github.com:dmlemeshko/kibana into backport/8.19/pr-225035
2 parents 366193b + 15b516d commit 8ae3600

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

x-pack/solutions/observability/packages/kbn-scout-oblt/moon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ project:
1919
sourceRoot: x-pack/solutions/observability/packages/kbn-scout-oblt
2020
dependsOn:
2121
- '@kbn/scout'
22+
- '@kbn/data-forge'
23+
- '@kbn/test'
2224
tags:
2325
- test-helper
2426
- package

x-pack/solutions/observability/plugins/slo/test/scout/ui/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../../../../../../tsconfig.base.json",
2+
"extends": "@kbn/tsconfig-base/tsconfig.json",
33
"exclude": ["tmp", "target/**/*"],
44
"include": ["**/*"],
55
"compilerOptions": {

0 commit comments

Comments
 (0)