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.92 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.cjs.es5.json",
"references": [
{ "path" : "community-modules/core/tsconfig.cjs.es5.json" },
{ "path" : "community-modules/client-side-row-model/tsconfig.cjs.es5.json" },
{ "path" : "community-modules/csv-export/tsconfig.cjs.es5.json" },
{ "path" : "community-modules/infinite-row-model/tsconfig.cjs.es5.json" },
{ "path" : "community-modules/all-modules/tsconfig.cjs.es5.json" },
{ "path" : "charts-packages/ag-charts-community/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/core/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/clipboard/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/menu/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/side-bar/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/status-bar/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/range-selection/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/sparklines/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/charts/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/row-grouping/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/column-tool-panel/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/excel-export/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/filter-tool-panel/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/master-detail/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/rich-select/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/server-side-row-model/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/set-filter/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/multi-filter/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/viewport-row-model/tsconfig.cjs.es5.json" },
{ "path" : "enterprise-modules/all-modules/tsconfig.cjs.es5.json" }
],
"files": []
}