mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Brandon Kobel <brandon.kobel@elastic.co>
This commit is contained in:
parent
3e3a33e483
commit
c6535a8a6f
2 changed files with 56 additions and 2 deletions
|
@ -7,12 +7,10 @@
|
|||
*/
|
||||
|
||||
import execa from 'execa';
|
||||
import Path from 'path';
|
||||
import { run, ToolingLog } from '@kbn/dev-utils';
|
||||
|
||||
export async function buildAllRefs(log: ToolingLog) {
|
||||
await buildRefs(log, 'tsconfig.refs.json');
|
||||
await buildRefs(log, Path.join('x-pack', 'tsconfig.refs.json'));
|
||||
}
|
||||
|
||||
async function buildRefs(log: ToolingLog, projectPath: string) {
|
||||
|
|
|
@ -55,5 +55,61 @@
|
|||
{ "path": "./src/plugins/visualizations/tsconfig.json" },
|
||||
{ "path": "./src/plugins/visualize/tsconfig.json" },
|
||||
{ "path": "./src/plugins/index_pattern_management/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/actions/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/alerts/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/beats_management/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/canvas/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/cloud/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/code/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/console_extensions/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/dashboard_enhanced/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/data_enhanced/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/dashboard_mode/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/discover_enhanced/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/embeddable_enhanced/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/encrypted_saved_objects/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/enterprise_search/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/event_log/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/features/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/file_upload/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/fleet/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/global_search_bar/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/global_search_providers/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/global_search/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/graph/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/grokdebugger/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/infra/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/ingest_pipelines/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/lens/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/license_management/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/licensing/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/maps_file_upload/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/maps_legacy_licensing/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/maps/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/ml/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/observability/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/painless_lab/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/reporting/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/saved_objects_tagging/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/searchprofiler/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/security/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/snapshot_restore/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/spaces/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/stack_alerts/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/task_manager/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/telemetry_collection_xpack/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/transform/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/translations/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/triggers_actions_ui/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/ui_actions_enhanced/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/upgrade_assistant/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/runtime_fields/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/index_management/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/watcher/tsconfig.json" },
|
||||
{ "path": "./x-pack/plugins/rollup/tsconfig.json"},
|
||||
{ "path": "./x-pack/plugins/remote_clusters/tsconfig.json"},
|
||||
{ "path": "./x-pack/plugins/cross_cluster_replication/tsconfig.json"},
|
||||
{ "path": "./x-pack/plugins/index_lifecycle_management/tsconfig.json"},
|
||||
{ "path": "./x-pack/plugins/uptime/tsconfig.json" },
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue