mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
## Summary Fix https://github.com/elastic/kibana/issues/170428 The bug this is intended to resolve requires some in-depth steps to reproduce. Follow the instructions in the issue above. Then, merge in this branch and compare. ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
104 lines
3.2 KiB
JSON
104 lines
3.2 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types",
|
|
},
|
|
"include": ["*.ts", "common/**/*", "public/**/*", "server/**/*", "../../../typings/**/*"],
|
|
"kbn_references": [
|
|
"@kbn/spaces-plugin",
|
|
"@kbn/core",
|
|
"@kbn/task-manager-plugin",
|
|
"@kbn/global-search-plugin",
|
|
"@kbn/saved-objects-tagging-plugin",
|
|
"@kbn/data-plugin",
|
|
"@kbn/data-views-plugin",
|
|
"@kbn/data-view-field-editor-plugin",
|
|
"@kbn/charts-plugin",
|
|
"@kbn/expressions-plugin",
|
|
"@kbn/navigation-plugin",
|
|
"@kbn/url-forwarding-plugin",
|
|
"@kbn/visualizations-plugin",
|
|
"@kbn/dashboard-plugin",
|
|
"@kbn/ui-actions-plugin",
|
|
"@kbn/ui-actions-enhanced-plugin",
|
|
"@kbn/share-plugin",
|
|
"@kbn/usage-collection-plugin",
|
|
"@kbn/saved-objects-plugin",
|
|
"@kbn/kibana-utils-plugin",
|
|
"@kbn/kibana-react-plugin",
|
|
"@kbn/embeddable-plugin",
|
|
"@kbn/presentation-util-plugin",
|
|
"@kbn/field-formats-plugin",
|
|
"@kbn/expression-partition-vis-plugin",
|
|
"@kbn/expression-heatmap-plugin",
|
|
"@kbn/expression-gauge-plugin",
|
|
"@kbn/expression-legacy-metric-vis-plugin",
|
|
"@kbn/expression-metric-vis-plugin",
|
|
"@kbn/expression-tagcloud-plugin",
|
|
"@kbn/data-view-editor-plugin",
|
|
"@kbn/event-annotation-plugin",
|
|
"@kbn/expression-xy-plugin",
|
|
"@kbn/unified-search-plugin",
|
|
"@kbn/random-sampling",
|
|
"@kbn/rison",
|
|
"@kbn/i18n",
|
|
"@kbn/field-types",
|
|
"@kbn/utility-types",
|
|
"@kbn/es-query",
|
|
"@kbn/coloring",
|
|
"@kbn/inspector-plugin",
|
|
"@kbn/core-doc-links-browser",
|
|
"@kbn/interpreter",
|
|
"@kbn/i18n-react",
|
|
"@kbn/shared-ux-page-analytics-no-data",
|
|
"@kbn/test-jest-helpers",
|
|
"@kbn/analytics",
|
|
"@kbn/core-execution-context-common",
|
|
"@kbn/chart-icons",
|
|
"@kbn/tinymath",
|
|
"@kbn/ui-theme",
|
|
"@kbn/shared-ux-link-redirect-app",
|
|
"@kbn/monaco",
|
|
"@kbn/language-documentation-popover",
|
|
"@kbn/core-saved-objects-common",
|
|
"@kbn/core-ui-settings-browser",
|
|
"@kbn/core-saved-objects-server",
|
|
"@kbn/safer-lodash-set",
|
|
"@kbn/shared-ux-router",
|
|
"@kbn/dom-drag-drop",
|
|
"@kbn/core-ui-settings-browser-mocks",
|
|
"@kbn/visualization-ui-components",
|
|
"@kbn/content-management-plugin",
|
|
"@kbn/core-saved-objects-api-server",
|
|
"@kbn/object-versioning",
|
|
"@kbn/config-schema",
|
|
"@kbn/core-mount-utils-browser",
|
|
"@kbn/core-notifications-browser",
|
|
"@kbn/core-lifecycle-browser",
|
|
"@kbn/core-notifications-browser-mocks",
|
|
"@kbn/core-saved-objects-utils-server",
|
|
"@kbn/core-lifecycle-browser-mocks",
|
|
"@kbn/unified-field-list",
|
|
"@kbn/event-annotation-common",
|
|
"@kbn/core-overlays-browser-mocks",
|
|
"@kbn/core-theme-browser-mocks",
|
|
"@kbn/event-annotation-components",
|
|
"@kbn/content-management-utils",
|
|
"@kbn/serverless",
|
|
"@kbn/ebt-tools",
|
|
"@kbn/chart-expressions-common",
|
|
"@kbn/search-response-warnings",
|
|
"@kbn/logging",
|
|
"@kbn/core-plugins-server",
|
|
"@kbn/text-based-languages",
|
|
"@kbn/field-utils",
|
|
"@kbn/panel-loader",
|
|
"@kbn/shared-ux-button-toolbar",
|
|
"@kbn/cell-actions",
|
|
"@kbn/calculate-width-from-char-count",
|
|
"@kbn/discover-utils"
|
|
],
|
|
"exclude": [
|
|
"target/**/*"
|
|
]
|
|
}
|