-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtsconfig.json
More file actions
22 lines (22 loc) · 838 Bytes
/
Copy pathtsconfig.json
File metadata and controls
22 lines (22 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"files": [],
"references": [
{ "path": "./packages/canvas-surface" },
{ "path": "./packages/magic-client" },
{ "path": "./packages/graph-create-graph" },
{ "path": "./packages/graph-dev-tools" },
{ "path": "./packages/graph-algorithms" },
{ "path": "./packages/graph-core" },
{ "path": "./packages/graph-plugins-shared" },
{ "path": "./packages/graph-plugins" },
{ "path": "./packages/graph-primitives" },
{ "path": "./packages/graph-theme-presets" },
{ "path": "./packages/graph-vue" },
{ "path": "./packages/magic-products" },
{ "path": "./packages/canvas-primitives" },
{ "path": "./packages/canvas-primitives/tsconfig.storybook.json" },
{ "path": "./packages/core-utils" },
{ "path": "./packages/core-components" },
{ "path": "./packages/magic-shared" }
]
}