From ef8ba1cbeb9f450ef1156dcd5f8f435d9600aa6b Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 1 Jun 2025 11:32:52 -0700 Subject: [PATCH] fix unit test live --- superset-frontend/plugins/plugin-chart-echarts/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/tsconfig.json b/superset-frontend/plugins/plugin-chart-echarts/tsconfig.json index b3af9a1d193..b5b28fc6189 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/tsconfig.json +++ b/superset-frontend/plugins/plugin-chart-echarts/tsconfig.json @@ -4,7 +4,10 @@ "composite": true, "rootDir": "src", "outDir": "lib", - "baseUrl": "." + "baseUrl": ".", + "paths": { + "@superset-ui/core/components": ["../../packages/superset-ui-core/src/components"] + } }, "include": ["src/**/*", "types/**/*"], "exclude": ["lib", "test"],