From b8c5ac63b1451c1535b33df69a89456984bf8305 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Wed, 24 Nov 2021 14:35:06 +0100 Subject: [PATCH] Grafana UI: Prevent mandatory css prop in bundled types (#42216) --- packages/grafana-ui/tsconfig.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/tsconfig.build.json b/packages/grafana-ui/tsconfig.build.json index 165673e82a2..6452db61646 100644 --- a/packages/grafana-ui/tsconfig.build.json +++ b/packages/grafana-ui/tsconfig.build.json @@ -1,7 +1,7 @@ { "compilerOptions": { "paths": { - "@emotion/core": ["../../src/types/emotion-core-stub.d.ts"], + "@emotion/core": ["./src/types/emotion-core-stub.d.ts"], "@grafana/slate-react": ["slate-react"], "@grafana/ui": ["."] }