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"],