Skip to content

Commit

Permalink
Adds grokdebugger to ts project refs
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jan 28, 2021
1 parent 109f01c commit 5593916
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/grokdebugger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"references": [
{ "path": "../../../src/core/tsconfig.json" },
{ "path": "../licensing/tsconfig.json" },
{ "path": "../../../src/plugins/dev_tools/tsconfig.json"},
{ "path": "../../../src/plugins/home/tsconfig.json"},
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
{ "path": "../../../src/plugins/es_ui_shared/tsconfig.json" }
{ "path": "../../../src/plugins/es_ui_shared/tsconfig.json" },
{ "path": "../licensing/tsconfig.json" }
]
}
3 changes: 2 additions & 1 deletion x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
{ "path": "../plugins/cloud/tsconfig.json" },
{ "path": "../plugins/saved_objects_tagging/tsconfig.json" },
{ "path": "../plugins/global_search_bar/tsconfig.json" },
{ "path": "../plugins/license_management/tsconfig.json" }
{ "path": "../plugins/license_management/tsconfig.json" },
{ "path": "../plugins/grokdebugger/tsconfig.json" }
]
}
2 changes: 2 additions & 0 deletions x-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"plugins/saved_objects_tagging/**/*",
"plugins/global_search_bar/**/*",
"plugins/license_management/**/*",
"plugins/grokdebugger/**/*",
"test/**/*"
],
"compilerOptions": {
Expand Down Expand Up @@ -109,5 +110,6 @@
{ "path": "./plugins/triggers_actions_ui/tsconfig.json"},
{ "path": "./plugins/stack_alerts/tsconfig.json"},
{ "path": "./plugins/license_management/tsconfig.json" },
{ "path": "./plugins/grokdebugger/tsconfig.json" },
]
}
3 changes: 2 additions & 1 deletion x-pack/tsconfig.refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{ "path": "./plugins/cloud/tsconfig.json" },
{ "path": "./plugins/saved_objects_tagging/tsconfig.json" },
{ "path": "./plugins/global_search_bar/tsconfig.json" },
{ "path": "./plugins/license_management/tsconfig.json" }
{ "path": "./plugins/license_management/tsconfig.json" },
{ "path": "./plugins/grokdebugger/tsconfig.json" }
]
}

0 comments on commit 5593916

Please sign in to comment.