From 5c3dfaa1bc4efbe0b4b7fe4e3246f9f29b2f2e1e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 24 Nov 2021 09:00:06 -0500 Subject: [PATCH] Grafana UI: Prevent mandatory css prop in bundled types (#42216) (#42227) (cherry picked from commit b8c5ac63b1451c1535b33df69a89456984bf8305) Co-authored-by: Jack Westbrook --- 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": ["."] }