From 8370abedf766b3d4359a583341ac8536bd0458ee Mon Sep 17 00:00:00 2001 From: Josh Dover Date: Mon, 23 Sep 2019 16:50:34 -0500 Subject: [PATCH] =?UTF-8?q?Allow=20importing=20types=20from=20kibana/{publ?= =?UTF-8?q?ic,server}=20for=20x-pack=20T=E2=80=A6=20(#46351)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x-pack/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/tsconfig.json b/x-pack/tsconfig.json index cea50ecc7060..d0452ae20a69 100644 --- a/x-pack/tsconfig.json +++ b/x-pack/tsconfig.json @@ -17,6 +17,8 @@ "compilerOptions": { "outDir": ".", "paths": { + "kibana/public": ["src/core/public"], + "kibana/server": ["src/core/server"], "ui/*": [ "src/legacy/ui/public/*" ],