Skip to content

Commit 9d3668f

Browse files
committed
Fix tsconfig in embed-chart
1 parent 8226015 commit 9d3668f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/embed-chart/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{ "path": "../chart" },
1313
{ "path": "../components" },
1414
{ "path": "../jsapi-bootstrap" },
15-
{ "path": "../jsapi-shim" },
15+
{ "path": "../jsapi-types" },
1616
{ "path": "../jsapi-utils" },
1717
{ "path": "../log" }
1818
]

0 commit comments

Comments
 (0)