-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtsconfig.base.json
143 lines (143 loc) · 5.48 KB
/
tsconfig.base.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@charity-spot/api/chat/api/feature": [
"libs/api/chat/api/feature/src/index.ts"
],
"@charity-spot/api/chat/repository/feature": [
"libs/api/chat/repository/feature/src/index.ts"
],
"@charity-spot/api/chat/service/feature": [
"libs/api/chat/service/feature/src/index.ts"
],
"@charity-spot/api/comment-rating/api/feature": [
"libs/api/comment-rating/api/feature/src/index.ts"
],
"@charity-spot/api/comment-rating/repository/data-access": [
"libs/api/comment-rating/repository/data-access/src/index.ts"
],
"@charity-spot/api/comment-rating/service/feature": [
"libs/api/comment-rating/service/feature/src/index.ts"
],
"@charity-spot/api/donate/api/feature": [
"libs/api/donate/api/feature/src/index.ts"
],
"@charity-spot/api/donate/repository/data-access": [
"libs/api/donate/repository/data-access/src/index.ts"
],
"@charity-spot/api/donate/service/feature": [
"libs/api/donate/service/feature/src/index.ts"
],
"@charity-spot/api/home/api/feature": [
"libs/api/home/api/feature/src/index.ts"
],
"@charity-spot/api/home/repository/data-access": [
"libs/api/home/repository/data-access/src/index.ts"
],
"@charity-spot/api/home/service/feature": [
"libs/api/home/service/feature/src/index.ts"
],
"@charity-spot/api/item-request/api/feature": [
"libs/api/item-request/api/feature/src/index.ts"
],
"@charity-spot/api/item-request/repository/feature": [
"libs/api/item-request/repository/feature/src/index.ts"
],
"@charity-spot/api/item-request/service/feature": [
"libs/api/item-request/service/feature/src/index.ts"
],
"@charity-spot/api/login/api/feature": [
"libs/api/login/api/feature/src/index.ts"
],
"@charity-spot/api/login/repository/data-access": [
"libs/api/login/repository/data-access/src/index.ts"
],
"@charity-spot/api/login/service/feature": [
"libs/api/login/service/feature/src/index.ts"
],
"@charity-spot/api/notification/api/feature": [
"libs/api/notification/api/feature/src/index.ts"
],
"@charity-spot/api/notification/repository/feature": [
"libs/api/notification/repository/feature/src/index.ts"
],
"@charity-spot/api/notification/service/feature": [
"libs/api/notification/service/feature/src/index.ts"
],
"@charity-spot/api/organisation-profile/api/feature": [
"libs/api/organisation-profile/api/feature/src/index.ts"
],
"@charity-spot/api/organisation-profile/repository/data-access": [
"libs/api/organisation-profile/repository/data-access/src/index.ts"
],
"@charity-spot/api/organisation-profile/service/feature": [
"libs/api/organisation-profile/service/feature/src/index.ts"
],
"@charity-spot/api/registration/api/feature": [
"libs/api/registration/api/feature/src/index.ts"
],
"@charity-spot/api/registration/repository/data-access": [
"libs/api/registration/repository/data-access/src/index.ts"
],
"@charity-spot/api/registration/service/feature": [
"libs/api/registration/service/feature/src/index.ts"
],
"@charity-spot/api/schedule-delivery/api/feature": [
"libs/api/schedule-delivery/api/feature/src/index.ts"
],
"@charity-spot/api/schedule-delivery/repository/feature": [
"libs/api/schedule-delivery/repository/feature/src/index.ts"
],
"@charity-spot/api/schedule-delivery/service/feature": [
"libs/api/schedule-delivery/service/feature/src/index.ts"
],
"@charity-spot/api/shared/auth": ["libs/api/shared/auth/src/index.ts"],
"@charity-spot/api/shared/services/prisma": [
"libs/api/shared/services/prisma/src/index.ts"
],
"@charity-spot/client/chat": ["libs/client/chat/src/index.ts"],
"@charity-spot/client/chat-history": [
"libs/client/chat-history/src/index.ts"
],
"@charity-spot/client/delivery-schedule-info": [
"libs/client/delivery-schedule-info/src/index.ts"
],
"@charity-spot/client/donate": ["libs/client/donate/src/index.ts"],
"@charity-spot/client/home": ["libs/client/home/src/index.ts"],
"@charity-spot/client/item-request": [
"libs/client/item-request/src/index.ts"
],
"@charity-spot/client/item-request-results": [
"libs/client/item-request-results/src/index.ts"
],
"@charity-spot/client/login": ["libs/client/login/src/index.ts"],
"@charity-spot/client/notification": [
"libs/client/notification/src/index.ts"
],
"@charity-spot/client/organisation-profile": [
"libs/client/organisation-profile/src/index.ts"
],
"@charity-spot/client/registration": [
"libs/client/registration/src/index.ts"
],
"@charity-spot/client/schedule-delivery": [
"libs/client/schedule-delivery/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
}