kibana/x-pack/test/tsconfig.json
Dario Gieselaar 99b36e82d4
[8.12] [Obs AI Assistant] E2E tests for conversation view (#173485) (#173598)
# Backport

This will backport the following commits from `main` to `8.12`:
- [[Obs AI Assistant] E2E tests for conversation view
(#173485)](https://github.com/elastic/kibana/pull/173485)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dario
Gieselaar","email":"dario.gieselaar@elastic.co"},"sourceCommit":{"committedDate":"2023-12-19T08:49:58Z","message":"[Obs
AI Assistant] E2E tests for conversation view (#173485)\n\nAdds some
basic E2E tests for the conversation
view.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"f67afe2866014cfbc21755134950d7abaa8cf8c4","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","v8.12.1","v8.13.0"],"number":173485,"url":"https://github.com/elastic/kibana/pull/173485","mergeCommit":{"message":"[Obs
AI Assistant] E2E tests for conversation view (#173485)\n\nAdds some
basic E2E tests for the conversation
view.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"f67afe2866014cfbc21755134950d7abaa8cf8c4"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173485","number":173485,"mergeCommit":{"message":"[Obs
AI Assistant] E2E tests for conversation view (#173485)\n\nAdds some
basic E2E tests for the conversation
view.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"f67afe2866014cfbc21755134950d7abaa8cf8c4"}}]}]
BACKPORT-->
2023-12-19 12:38:04 +01:00

155 lines
5 KiB
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "target/types",
"types": ["node", "@kbn/ambient-ftr-types"],
// there is still a decent amount of JS in this plugin and we are taking
// advantage of the fact that TS doesn't know the types of that code and
// gives us `any`. Once that code is converted to .ts we can remove this
// and allow TS to infer types from any JS file imported.
"allowJs": false
},
"include": [
"**/*",
"./api_integration/apis/logstash/pipeline/fixtures/*.json",
"./api_integration/apis/logstash/pipelines/fixtures/*.json",
"./api_integration/apis/telemetry/fixtures/*.json",
"./monitoring_api_integration/fixtures/**/*.json",
"../../typings/**/*",
"../../packages/kbn-test/types/ftr_globals/**/*"
],
"exclude": ["security_solution_cypress/cypress/**/*", "target/**/*", "*/plugins/**/*", "*/packages/**/*", "*/*/packages/**/*","security_solution_api_integration/**/*" ],
"kbn_references": [
{ "path": "../../test/tsconfig.json" },
"@kbn/core",
"@kbn/data-plugin",
"@kbn/kibana-usage-collection-plugin",
"@kbn/share-plugin",
"@kbn/telemetry-collection-manager-plugin",
"@kbn/telemetry-plugin",
"@kbn/actions-plugin",
"@kbn/alerting-plugin",
"@kbn/apm-plugin",
"@kbn/cases-plugin",
"@kbn/fleet-plugin",
"@kbn/global-search-plugin",
"@kbn/features-plugin",
"@kbn/encrypted-saved-objects-plugin",
"@kbn/event-log-plugin",
"@kbn/features-plugin",
"@kbn/global-search-plugin",
"@kbn/index-management-plugin",
"@kbn/infra-plugin",
"@kbn/licensing-plugin",
"@kbn/lists-plugin",
"@kbn/ml-plugin",
"@kbn/monitoring-plugin",
"@kbn/observability-plugin",
"@kbn/security-plugin",
"@kbn/security-solution-plugin",
"@kbn/snapshot-restore-plugin",
"@kbn/spaces-plugin",
"@kbn/task-manager-plugin",
"@kbn/telemetry-collection-xpack-plugin",
"@kbn/timelines-plugin",
"@kbn/transform-plugin",
"@kbn/triggers-actions-ui-plugin",
"@kbn/upgrade-assistant-plugin",
"@kbn/remote-clusters-plugin",
"@kbn/cross-cluster-replication-plugin",
"@kbn/synthetics-plugin",
"@kbn/global-search-test-plugin",
"@kbn/test",
"@kbn/repo-info",
"@kbn/tooling-log",
"@kbn/dev-utils",
"@kbn/dev-proc-runner",
"@kbn/ftr-common-functional-services",
"@kbn/securitysolution-io-ts-list-types",
"@kbn/securitysolution-list-constants",
"@kbn/expect",
"@kbn/dev-cli-errors",
"@kbn/ci-stats-reporter",
"@kbn/std",
"@kbn/apm-synthtrace",
"@kbn/core-saved-objects-base-server-internal",
"@kbn/rule-data-utils",
"@kbn/maps-plugin",
"@kbn/test-subj-selector",
"@kbn/rison",
"@kbn/reporting-plugin",
"@kbn/aiops-plugin",
"@kbn/ml-agg-utils",
"@kbn/logging",
"@kbn/utility-types",
"@kbn/data-views-plugin",
"@kbn/datemath",
"@kbn/safer-lodash-set",
"@kbn/es-archiver",
"@kbn/config-schema",
"@kbn/kubernetes-security-plugin",
"@kbn/es-query",
"@kbn/session-view-plugin",
"@kbn/ml-is-populated-object",
"@kbn/ml-string-hash",
"@kbn/data-visualizer-plugin",
"@kbn/visualizations-plugin",
"@kbn/rule-registry-plugin",
"@kbn/controls-plugin",
"@kbn/core-saved-objects-server",
"@kbn/core-provider-plugin",
"@kbn/user-profile-components",
"@kbn/apm-synthtrace-client",
"@kbn/utils",
"@kbn/journeys",
"@kbn/stdio-dev-helpers",
"@kbn/alerting-api-integration-helpers",
"@kbn/cloud-security-posture-plugin",
"@kbn/cloud-integration-saml-provider-plugin",
"@kbn/security-api-integration-helpers",
"@kbn/alerts-as-data-utils",
"@kbn/discover-plugin",
"@kbn/files-plugin",
"@kbn/shared-ux-file-types",
"@kbn/securitysolution-io-ts-alerting-types",
"@kbn/alerting-state-types",
"@kbn/assetManager-plugin",
"@kbn/guided-onboarding-plugin",
"@kbn/field-formats-plugin",
"@kbn/ml-anomaly-utils",
"@kbn/ml-data-frame-analytics-utils",
"@kbn/infra-forge",
"@kbn/observability-shared-plugin",
"@kbn/maps-vector-tile-utils",
"@kbn/server-route-repository",
"@kbn/core-http-common",
"@kbn/lens-plugin",
"@kbn/notifications-plugin",
"@kbn/logs-shared-plugin",
"@kbn/telemetry-tools",
"@kbn/profiling-plugin",
"@kbn/observability-onboarding-plugin",
"@kbn/bfetch-plugin",
"@kbn/uptime-plugin",
"@kbn/ml-category-validator",
"@kbn/observability-ai-assistant-plugin",
"@kbn/stack-connectors-plugin",
"@kbn/aiops-utils",
"@kbn/stack-alerts-plugin",
"@kbn/apm-data-access-plugin",
"@kbn/coloring",
"@kbn/profiling-utils",
"@kbn/profiling-data-access-plugin",
"@kbn/ecs",
"@kbn/coloring",
"@kbn/es",
"@kbn/metrics-data-access-plugin",
"@kbn/dataset-quality-plugin",
"@kbn/reporting-export-types-csv-common",
"@kbn/reporting-export-types-pdf-common",
"@kbn/reporting-export-types-png-common",
"@kbn/reporting-common",
"@kbn/security-plugin-types-common",
"@kbn/typed-react-router-config",
]
}