Skip to content

Commit

Permalink
Add apm to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Feb 10, 2021
1 parent fcb9981 commit 687cd67
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tsconfig.refs.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
{ "path": "./src/plugins/index_pattern_management/tsconfig.json" },
{ "path": "./x-pack/plugins/actions/tsconfig.json" },
{ "path": "./x-pack/plugins/alerts/tsconfig.json" },
{ "path": "./x-pack/plugins/apm/tsconfig.json" },
{ "path": "./x-pack/plugins/beats_management/tsconfig.json" },
{ "path": "./x-pack/plugins/canvas/tsconfig.json" },
{ "path": "./x-pack/plugins/cloud/tsconfig.json" },
Expand Down Expand Up @@ -105,10 +106,10 @@
{ "path": "./x-pack/plugins/runtime_fields/tsconfig.json" },
{ "path": "./x-pack/plugins/index_management/tsconfig.json" },
{ "path": "./x-pack/plugins/watcher/tsconfig.json" },
{ "path": "./x-pack/plugins/rollup/tsconfig.json"},
{ "path": "./x-pack/plugins/remote_clusters/tsconfig.json"},
{ "path": "./x-pack/plugins/cross_cluster_replication/tsconfig.json"},
{ "path": "./x-pack/plugins/index_lifecycle_management/tsconfig.json"},
{ "path": "./x-pack/plugins/uptime/tsconfig.json" },
{ "path": "./x-pack/plugins/rollup/tsconfig.json" },
{ "path": "./x-pack/plugins/remote_clusters/tsconfig.json" },
{ "path": "./x-pack/plugins/cross_cluster_replication/tsconfig.json" },
{ "path": "./x-pack/plugins/index_lifecycle_management/tsconfig.json" },
{ "path": "./x-pack/plugins/uptime/tsconfig.json" }
]
}

0 comments on commit 687cd67

Please sign in to comment.