-
-
Notifications
You must be signed in to change notification settings - Fork 777
Expand file tree
/
Copy pathtsconfig.json
More file actions
21 lines (21 loc) · 689 Bytes
/
Copy pathtsconfig.json
File metadata and controls
21 lines (21 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"files": [],
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/code-block" },
{ "path": "./packages/react" },
{ "path": "./packages/mantine" },
{ "path": "./packages/ariakit" },
{ "path": "./packages/shadcn" },
{ "path": "./packages/xl-ai" },
{ "path": "./packages/xl-ai-server" },
{ "path": "./packages/xl-multi-column" },
{ "path": "./packages/xl-docx-exporter" },
{ "path": "./packages/xl-email-exporter" },
{ "path": "./packages/xl-odt-exporter" },
{ "path": "./packages/xl-pdf-exporter" },
{ "path": "./packages/server-util" },
{ "path": "./packages/dev-scripts" },
{ "path": "./shared" }
]
}