-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathtsconfig.packages.json
More file actions
24 lines (24 loc) · 892 Bytes
/
tsconfig.packages.json
File metadata and controls
24 lines (24 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"files": [],
"references": [
{ "path": "./packages/binding" },
{ "path": "./packages/common" },
{ "path": "./packages/composite-editor-component" },
{ "path": "./packages/custom-footer-component" },
{ "path": "./packages/custom-tooltip-plugin" },
{ "path": "./packages/empty-warning-component" },
{ "path": "./packages/event-pub-sub" },
{ "path": "./packages/excel-export" },
{ "path": "./packages/graphql" },
{ "path": "./packages/odata" },
{ "path": "./packages/pagination-component" },
{ "path": "./packages/pdf-export" },
{ "path": "./packages/row-detail-view-plugin" },
{ "path": "./packages/rxjs-observable" },
{ "path": "./packages/sql" },
{ "path": "./packages/text-export" },
{ "path": "./packages/utils" },
{ "path": "./packages/vanilla-bundle" },
{ "path": "./packages/vanilla-force-bundle" }
]
}