Skip to content

Commit

Permalink
Fixing references
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Jan 29, 2021
1 parent 06c728b commit a02ddf2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
10 changes: 4 additions & 6 deletions src/plugins/input_control_vis/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
],
"references": [
{ "path": "../kibana_react/tsconfig.json" },
//
// The following are dependencies that have not been typed yet.
// { "path": "../data/tsconfig.json"},
// { "path": "../expressions/tsconfig.json" },
// { "path": "../visualizations/tsconfig.json" },
// { "path": "../vis_default_editor/tsconfig.json" },
{ "path": "../data/tsconfig.json"},
{ "path": "../expressions/tsconfig.json" },
{ "path": "../visualizations/tsconfig.json" },
{ "path": "../vis_default_editor/tsconfig.json" },
]
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"src/plugins/es_ui_shared/**/*",
"src/plugins/expressions/**/*",
"src/plugins/home/**/*",
"src/plugins/input_control_vis/**/*",
"src/plugins/inspector/**/*",
"src/plugins/kibana_legacy/**/*",
"src/plugins/kibana_react/**/*",
Expand Down
12 changes: 4 additions & 8 deletions x-pack/plugins/canvas/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,18 @@
"include": [
"../../../typings/**/*",
"__fixtures__/**/*",
"__fixtures__/**/*.json",
"canvas_plugin_src/**/*",
"canvas_plugin_src/**/*.json",
"common/**/*",
"common/**/*.json",
"i18n/**/*",
"i18n/**/*.json",
"public/**/*",
"public/**/*.json",
"server/**/*",
"server/**/*.json",
"shareable_runtime/**/*",
"shareable_runtime/**/*.json",
"storybook/**/*",
"storybook/**/*.json",
"tasks/mocks/*",
"types/**/*",
"server/sample_data/*.json",
"canvas_plugin_src/functions/server/demodata/*.json",
"shareable_runtime/test/workpads/*.json",
],
"references": [
{ "path": "../../../src/core/tsconfig.json" },
Expand Down
2 changes: 2 additions & 0 deletions x-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"plugins/apm/e2e/cypress/**/*",
"plugins/apm/ftr_e2e/**/*",
"plugins/apm/scripts/**/*",
"plugins/canvas/**/*",
"plugins/console_extensions/**/*",
"plugins/data_enhanced/**/*",
"plugins/discover_enhanced/**/*",
Expand All @@ -22,6 +23,7 @@
"plugins/maps/**/*",
"plugins/maps_file_upload/**/*",
"plugins/maps_legacy_licensing/**/*",
"plugins/reporting/**/*",
"plugins/searchprofiler/**/*",
"plugins/security_solution/cypress/**/*",
"plugins/task_manager/**/*",
Expand Down
1 change: 1 addition & 0 deletions x-pack/tsconfig.refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
{ "path": "./plugins/maps_file_upload/tsconfig.json" },
{ "path": "./plugins/maps_legacy_licensing/tsconfig.json" },
{ "path": "./plugins/maps/tsconfig.json" },
{ "path": "./plugins/reporting/tsconfig.json" },
{ "path": "./plugins/saved_objects_tagging/tsconfig.json" },
{ "path": "./plugins/searchprofiler/tsconfig.json" },
{ "path": "./plugins/security/tsconfig.json" },
Expand Down

0 comments on commit a02ddf2

Please sign in to comment.