Skip to content

Commit 883b10a

Browse files
committedSep 1, 2021
feat(sankey): add package to TypeScript monorepo config
1 parent af87639 commit 883b10a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tsconfig.monorepo.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
{ "path": "./packages/circle-packing" },
2626
{ "path": "./packages/marimekko" },
2727
{ "path": "./packages/pie" },
28+
{ "path": "./packages/sankey" },
2829
{ "path": "./packages/scatterplot" },
2930
{ "path": "./packages/sunburst" },
3031
{ "path": "./packages/stream" },

0 commit comments

Comments
 (0)
Please sign in to comment.