forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
31 lines (31 loc) · 1.37 KB
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"extends": "./module-build/tsconfig.json",
"references": [
{ "path" : "community-modules/core" },
{ "path" : "community-modules/client-side-row-model" },
{ "path" : "community-modules/csv-export" },
{ "path" : "community-modules/infinite-row-model" },
{ "path" : "community-modules/all-modules" },
{ "path" : "charts-packages/ag-charts-community" },
{ "path" : "enterprise-modules/core" },
{ "path" : "enterprise-modules/clipboard" },
{ "path" : "enterprise-modules/menu" },
{ "path" : "enterprise-modules/side-bar" },
{ "path" : "enterprise-modules/status-bar" },
{ "path" : "enterprise-modules/range-selection" },
{ "path" : "enterprise-modules/sparklines" },
{ "path" : "enterprise-modules/charts" },
{ "path" : "enterprise-modules/row-grouping" },
{ "path" : "enterprise-modules/column-tool-panel" },
{ "path" : "enterprise-modules/excel-export" },
{ "path" : "enterprise-modules/filter-tool-panel" },
{ "path" : "enterprise-modules/master-detail" },
{ "path" : "enterprise-modules/rich-select" },
{ "path" : "enterprise-modules/server-side-row-model" },
{ "path" : "enterprise-modules/set-filter" },
{ "path" : "enterprise-modules/multi-filter" },
{ "path" : "enterprise-modules/viewport-row-model" },
{ "path" : "enterprise-modules/all-modules" }
],
"files": []
}