forked from erxes/erxes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
98 lines (98 loc) · 2.21 KB
/
Copy pathtsconfig.json
File metadata and controls
98 lines (98 loc) · 2.21 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"files": [],
"references": [
{
"path": "./backend/services/automations/tsconfig.json"
},
{
"path": "./backend/services/logs/tsconfig.json"
},
{
"path": "./backend/erxes-api-shared/tsconfig.json"
},
{
"path": "./backend/gateway/tsconfig.json"
},
{
"path": "./backend/core-api/tsconfig.json"
},
{
"path": "./backend/plugins/posclient_api/tsconfig.json"
},
{
"path": "./backend/plugins/tourism_api/tsconfig.json"
},
{
"path": "./backend/plugins/mongolian_api/tsconfig.json"
},
{
"path": "./backend/plugins/frontline_api/tsconfig.json"
},
{
"path": "./backend/plugins/sales_api/tsconfig.json"
},
{
"path": "./backend/plugins/content_api/tsconfig.json"
},
{
"path": "./backend/plugins/accounting_api/tsconfig.json"
},
{
"path": "./backend/plugins/loyalty_api/tsconfig.json"
},
{
"path": "./backend/plugins/payment_api/tsconfig.json"
},
{
"path": "./backend/plugins/payment_api/src/widget/tsconfig.json"
},
{
"path": "./backend/plugins/operation_api/tsconfig.json"
},
{
"path": "./apps/posclient-front/tsconfig.json"
},
{
"path": "./apps/client-portal-template/tsconfig.json"
},
{
"path": "./apps/frontline-widgets/tsconfig.json"
},
{
"path": "./frontend/core-ui/tsconfig.json"
},
{
"path": "./frontend/libs/ui-modules/tsconfig.json"
},
{
"path": "./frontend/libs/erxes-ui/tsconfig.json"
},
{
"path": "./frontend/plugins/sales_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/payment_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/frontline_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/tourism_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/content_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/accounting_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/mongolian_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/loyalty_ui/tsconfig.json"
},
{
"path": "./frontend/plugins/operation_ui/tsconfig.json"
},
]
}