Skip to content

Commit

Permalink
Fix tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Jul 18, 2024
1 parent 0ed5298 commit afabd06
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/kbn-search-index-documents/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"@kbn/i18n-react",
"@kbn/ui-theme",
"@kbn/core",
"@kbn/core-elasticsearch-server",
]
}
2 changes: 1 addition & 1 deletion packages/kbn-server-route-repository-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.tsx",
],
"exclude": [
"target/**/*"
Expand Down
1 change: 1 addition & 0 deletions packages/kbn-server-route-repository/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@kbn/logging",
"@kbn/core",
"@kbn/logging-mocks",
"@kbn/server-route-repository-utils",
],
"exclude": [
"target/**/*",
Expand Down
1 change: 1 addition & 0 deletions src/plugins/es_ui_shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@kbn/shared-ux-link-redirect-app",
"@kbn/code-editor",
"@kbn/react-kibana-context-render",
"@kbn/core-application-common",
],
"exclude": [
"target/**/*",
Expand Down
5 changes: 3 additions & 2 deletions x-pack/plugins/observability_solution/apm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"@kbn/metrics-data-access-plugin",
"@kbn/profiling-data-access-plugin",
"@kbn/profiling-utils",
"@kbn/core-analytics-server",
"@kbn/monaco",
"@kbn/deeplinks-observability",
"@kbn/custom-icons",
Expand All @@ -123,7 +122,9 @@
"@kbn/test-jest-helpers",
"@kbn/security-plugin-types-common",
"@kbn/entityManager-plugin",
"@kbn/react-hooks"
"@kbn/react-hooks",
"@kbn/server-route-repository-utils",
"@kbn/core-analytics-browser"
],
"exclude": [
"target/**/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
"@kbn/calculate-auto",
"@kbn/discover-plugin",
"@kbn/shared-ux-prompt-no-data-views-types",
"@kbn/core-analytics-server",
"@kbn/ebt",
"@kbn/ebt-tools",
"@kbn/fields-metadata-plugin"
"@kbn/fields-metadata-plugin",
"@kbn/server-route-repository-utils",
"@kbn/core-analytics-browser"
],
"exclude": [
"target/**/*"
Expand Down
3 changes: 2 additions & 1 deletion x-pack/plugins/observability_solution/infra/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"@kbn/presentation-publishing",
"@kbn/presentation-containers",
"@kbn/deeplinks-observability",
"@kbn/event-annotation-common"
"@kbn/event-annotation-common",
"@kbn/core-analytics-browser"
],
"exclude": [
"target/**/*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@kbn/serverless",
"@kbn/core-elasticsearch-server",
"@kbn/core-ui-settings-server",
"@kbn/server-route-repository-utils",
],
"exclude": ["target/**/*"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@kbn/utility-types",
"@kbn/spaces-plugin",
"@kbn/ebt",
"@kbn/deeplinks-analytics"
"@kbn/deeplinks-analytics",
"@kbn/server-route-repository-utils"
],
"exclude": [
"target/**/*"
Expand Down
3 changes: 2 additions & 1 deletion x-pack/plugins/observability_solution/ux/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"@kbn/deeplinks-observability",
"@kbn/react-kibana-context-render",
"@kbn/react-kibana-context-theme",
"@kbn/search-types"
"@kbn/search-types",
"@kbn/server-route-repository-utils"
],
"exclude": ["target/**/*"]
}

0 comments on commit afabd06

Please sign in to comment.