Skip to content

Commit 618a21e

Browse files
committed
revert changes for xpack_legacy
1 parent 539aaf6 commit 618a21e

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

x-pack/plugins/xpack_legacy/tsconfig.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

x-pack/test/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
{ "path": "../plugins/snapshot_restore/tsconfig.json" },
7070
{ "path": "../plugins/grokdebugger/tsconfig.json" },
7171
{ "path": "../plugins/painless_lab/tsconfig.json" },
72-
{ "path": "../plugins/watcher/tsconfig.json" },
73-
{ "path": "../plugins/xpack_legacy/tsconfig.json" }
72+
{ "path": "../plugins/watcher/tsconfig.json" }
7473
]
7574
}

x-pack/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"plugins/painless_lab/**/*",
4848
"plugins/watcher/**/*",
4949
"plugins/grokdebugger/**/*",
50-
"plugins/xpack_legacy/**/*",
5150
"test/**/*"
5251
],
5352
"compilerOptions": {
@@ -132,7 +131,6 @@
132131
{ "path": "./plugins/painless_lab/tsconfig.json" },
133132
{ "path": "./plugins/triggers_actions_ui/tsconfig.json" },
134133
{ "path": "./plugins/ui_actions_enhanced/tsconfig.json" },
135-
{ "path": "./plugins/watcher/tsconfig.json" },
136-
{ "path": "./plugins/xpack_legacy/tsconfig.json" }
134+
{ "path": "./plugins/watcher/tsconfig.json" }
137135
]
138136
}

x-pack/tsconfig.refs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
{ "path": "./plugins/license_management/tsconfig.json" },
5252
{ "path": "./plugins/painless_lab/tsconfig.json" },
5353
{ "path": "./plugins/ui_actions_enhanced/tsconfig.json" },
54-
{ "path": "./plugins/watcher/tsconfig.json" },
55-
{ "path": "./plugins/xpack_legacy/tsconfig.json" }
54+
{ "path": "./plugins/watcher/tsconfig.json" }
5655
]
5756
}

0 commit comments

Comments
 (0)