Skip to content

Commit

Permalink
adds upgrade_assistant to x-pack tsconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Feb 2, 2021
1 parent 507ce3d commit 1199826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
{ "path": "../plugins/license_management/tsconfig.json" },
{ "path": "../plugins/grokdebugger/tsconfig.json" },
{ "path": "../plugins/painless_lab/tsconfig.json" },
{ "path": "../plugins/upgrade_assistant/tsconfig.json" },
{ "path": "../plugins/watcher/tsconfig.json" }
]
}
2 changes: 2 additions & 0 deletions x-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"plugins/painless_lab/**/*",
"plugins/watcher/**/*",
"plugins/grokdebugger/**/*",
"plugins/upgrade_assistant/**/*",
"test/**/*"
],
"compilerOptions": {
Expand Down Expand Up @@ -126,6 +127,7 @@
{ "path": "./plugins/painless_lab/tsconfig.json" },
{ "path": "./plugins/triggers_actions_ui/tsconfig.json" },
{ "path": "./plugins/ui_actions_enhanced/tsconfig.json" },
{ "path": "./plugins/upgrade_assistant/tsconfig.json" },
{ "path": "./plugins/watcher/tsconfig.json" }
]
}
1 change: 1 addition & 0 deletions x-pack/tsconfig.refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
{ "path": "./plugins/license_management/tsconfig.json" },
{ "path": "./plugins/painless_lab/tsconfig.json" },
{ "path": "./plugins/ui_actions_enhanced/tsconfig.json" },
{ "path": "./plugins/upgrade_assistant/tsconfig.json" },
{ "path": "./plugins/watcher/tsconfig.json" }
]
}

0 comments on commit 1199826

Please sign in to comment.