Skip to content

Commit

Permalink
Reorder tsconfig references
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Jan 7, 2021
1 parent bb438c7 commit 8145db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/fleet/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
],
"references": [
{ "path": "../../../src/core/tsconfig.json" },
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
{ "path": "../../../src/plugins/kibana_utils/tsconfig.json" },
// TODO { "path": "../../../src/plugins/es_ui_shared/tsconfig.json" },
// add references to other TypeScript projects the plugin depends on

// requiredPlugins from ./kibana.json
Expand All @@ -34,6 +31,9 @@
{ "path": "../../../src/plugins/home/tsconfig.json" },

// requiredBundles from ./kibana.json
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
// TODO { "path": "../../../src/plugins/es_ui_shared/tsconfig.json" },
// TODO { "path": "../infra/tsconfig.json" },
{ "path": "../../../src/plugins/kibana_utils/tsconfig.json" },
]
}

0 comments on commit 8145db0

Please sign in to comment.