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": ["."] }