Skip to content

Commit

Permalink
Fix tsconfig errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Apr 14, 2021
1 parent 7448fb1 commit 48293ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/cross_cluster_replication/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
{ "path": "../../../src/plugins/es_ui_shared/tsconfig.json" },
{ "path": "../../../src/plugins/data/tsconfig.json" },
{ "path": "../license_api_guard/tsconfig.json" },
]
}
1 change: 1 addition & 0 deletions x-pack/plugins/watcher/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{ "path": "../../../src/plugins/data/tsconfig.json" },
{ "path": "../../../src/plugins/kibana_react/tsconfig.json" },
{ "path": "../../../src/plugins/es_ui_shared/tsconfig.json" },
{ "path": "../license_api_guard/tsconfig.json" },
{ "path": "../licensing/tsconfig.json" },
{ "path": "../features/tsconfig.json" },
]
Expand Down

0 comments on commit 48293ff

Please sign in to comment.