From 09097ef0c909606c75fbd7cbf2f19ffe96c810c2 Mon Sep 17 00:00:00 2001 From: Nathan L Smith Date: Tue, 27 Oct 2020 16:01:38 -0500 Subject: [PATCH] Fix ref in embeddable --- examples/embeddable_explorer/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/embeddable_explorer/tsconfig.json b/examples/embeddable_explorer/tsconfig.json index 807544364dc2ef..4baebebcea42ee 100644 --- a/examples/embeddable_explorer/tsconfig.json +++ b/examples/embeddable_explorer/tsconfig.json @@ -14,6 +14,6 @@ "exclude": [], "references": [ { "path": "../../src/core/tsconfig.json" }, - { "path": "../../src/plugins/inspector.json" } + { "path": "../../src/plugins/inspector/tsconfig.json" } ] }