forked from sourcefuse/loopback4-microservice-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
80 lines (80 loc) · 1.74 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
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
{
"compilerOptions": {
"composite": true
},
"references": [
{
"path": "packages/core/tsconfig.json"
},
{
"path": "sandbox/audit-ms-example/tsconfig.json"
},
{
"path": "sandbox/auth-ms-basic-example/tsconfig.json"
},
{
"path": "sandbox/auth-multitenant-example/tsconfig.json"
},
{
"path": "sandbox/feature-toggle-example/tsconfig.json"
},
{
"path": "sandbox/in-mail-example/tsconfig.json"
},
{
"path": "sandbox/notification-socket-example/tsconfig.json"
},
{
"path": "sandbox/pubnub-example/tsconfig.json"
},
{
"path": "sandbox/scheduler-example/tsconfig.json"
},
{
"path": "sandbox/search-client-example/tsconfig.json"
},
{
"path": "sandbox/search-ms-example/tsconfig.json"
},
{
"path": "sandbox/video-conferencing-ms-example/tsconfig.json"
},
{
"path": "sandbox/workflow-ms-example/tsconfig.json"
},
{
"path": "services/audit-service/tsconfig.json"
},
{
"path": "services/authentication-service/tsconfig.json"
},
{
"path": "services/bpmn-service/tsconfig.json"
},
{
"path": "services/chat-service/tsconfig.json"
},
{
"path": "services/feature-toggle-service/tsconfig.json"
},
{
"path": "services/in-mail-service/tsconfig.json"
},
{
"path": "services/notification-service/tsconfig.json"
},
{
"path": "services/payment-service/tsconfig.json"
},
{
"path": "services/scheduler-service/tsconfig.json"
},
{
"path": "services/search-service/tsconfig.json"
},
{
"path": "services/video-conferencing-service/tsconfig.json"
}
],
"files": []
}