forked from heavy-duty/platform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
tsconfig.base.json
337 lines (337 loc) · 13.6 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "ES2020.Intl", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@bulldozer-client/add-instruction-account": [
"libs/bulldozer/client/instructions/modals/add-instruction-account/src/index.ts"
],
"@bulldozer-client/add-workspace": [
"libs/bulldozer/client/workspaces/modals/add-workspace/src/index.ts"
],
"@bulldozer-client/application-explorer": [
"libs/bulldozer/client/applications/components/application-explorer/src/index.ts"
],
"@bulldozer-client/application-tab": [
"libs/bulldozer/client/applications/components/application-tab/src/index.ts"
],
"@bulldozer-client/applications-data-access": [
"libs/bulldozer/client/applications/data-access/src/index.ts"
],
"@bulldozer-client/auth-data-access": [
"libs/bulldozer/client/auth/data-access/src/index.ts"
],
"@bulldozer-client/auth-guard": [
"libs/bulldozer/client/auth/utils/auth-guard/src/index.ts"
],
"@bulldozer-client/auth-interceptor": [
"libs/bulldozer/client/auth/utils/auth-interceptor/src/index.ts"
],
"@bulldozer-client/bd-card": [
"libs/bulldozer/client/shared/components/card/src/index.ts"
],
"@bulldozer-client/budget-details": [
"libs/bulldozer/client/budgets/components/budget-details/src/index.ts"
],
"@bulldozer-client/budgets-data-access": [
"libs/bulldozer/client/budgets/data-access/src/index.ts"
],
"@bulldozer-client/code-editor": [
"libs/bulldozer/client/shared/components/code-editor/src/index.ts"
],
"@bulldozer-client/collaborators-data-access": [
"libs/bulldozer/client/collaborators/data-access/src/index.ts"
],
"@bulldozer-client/collaborators-list": [
"libs/bulldozer/client/collaborators/components/collaborators-list/src/index.ts"
],
"@bulldozer-client/collection-attributes-list": [
"libs/bulldozer/client/collections/components/collection-attributes-list/src/index.ts"
],
"@bulldozer-client/collection-explorer": [
"libs/bulldozer/client/collections/components/collection-explorer/src/index.ts"
],
"@bulldozer-client/collection-tab": [
"libs/bulldozer/client/collections/components/collection-tab/src/index.ts"
],
"@bulldozer-client/collections-data-access": [
"libs/bulldozer/client/collections/data-access/src/index.ts"
],
"@bulldozer-client/config-store": [
"libs/bulldozer/client/shared/stores/config-store/src/index.ts"
],
"@bulldozer-client/core-data-access": [
"libs/bulldozer/client/core/data-access/src/index.ts"
],
"@bulldozer-client/dark-theme": [
"libs/bulldozer/client/shared/directives/dark-theme/src/index.ts"
],
"@bulldozer-client/dark-theme-service": [
"libs/bulldozer/client/shared/services/dark-theme-service/src/index.ts"
],
"@bulldozer-client/dark-theme-switch": [
"libs/bulldozer/client/shared/components/dark-theme-switch/src/index.ts"
],
"@bulldozer-client/deposit-to-budget": [
"libs/bulldozer/client/budgets/modals/deposit-to-budget/src/index.ts"
],
"@bulldozer-client/edit-application": [
"libs/bulldozer/client/applications/modals/edit-application/src/index.ts"
],
"@bulldozer-client/edit-collection": [
"libs/bulldozer/client/collections/modals/edit-collection/src/index.ts"
],
"@bulldozer-client/edit-collection-attribute": [
"libs/bulldozer/client/collections/modals/edit-collection-attribute/src/index.ts"
],
"@bulldozer-client/edit-instruction": [
"libs/bulldozer/client/instructions/modals/edit-instruction/src/index.ts"
],
"@bulldozer-client/edit-instruction-account-constraint": [
"libs/bulldozer/client/instructions/modals/edit-instruction-account-constraint/src/index.ts"
],
"@bulldozer-client/edit-instruction-argument": [
"libs/bulldozer/client/instructions/modals/edit-instruction-argument/src/index.ts"
],
"@bulldozer-client/edit-instruction-document": [
"libs/bulldozer/client/instructions/modals/edit-instruction-document/src/index.ts"
],
"@bulldozer-client/edit-instruction-document-derivation": [
"libs/bulldozer/client/instructions/modals/edit-instruction-document-derivation/src/index.ts"
],
"@bulldozer-client/edit-instruction-mint": [
"libs/bulldozer/client/instructions/modals/edit-instruction-mint/src/index.ts"
],
"@bulldozer-client/edit-instruction-relation": [
"libs/bulldozer/client/instructions/modals/edit-instruction-relation/src/index.ts"
],
"@bulldozer-client/edit-instruction-signer": [
"libs/bulldozer/client/instructions/modals/edit-instruction-signer/src/index.ts"
],
"@bulldozer-client/edit-instruction-token": [
"libs/bulldozer/client/instructions/modals/edit-instruction-token/src/index.ts"
],
"@bulldozer-client/edit-instruction-unchecked": [
"libs/bulldozer/client/instructions/modals/edit-instruction-unchecked/src/index.ts"
],
"@bulldozer-client/edit-user": [
"libs/bulldozer/client/users/modals/edit-user/src/index.ts"
],
"@bulldozer-client/edit-workspace": [
"libs/bulldozer/client/workspaces/modals/edit-workspace/src/index.ts"
],
"@bulldozer-client/home": [
"libs/bulldozer/client/core/pages/home/src/index.ts"
],
"@bulldozer-client/import-workspace": [
"libs/bulldozer/client/workspaces/modals/import-workspace/src/index.ts"
],
"@bulldozer-client/instruction-arguments-list": [
"libs/bulldozer/client/instructions/components/instruction-arguments-list/src/index.ts"
],
"@bulldozer-client/instruction-documents-list": [
"libs/bulldozer/client/instructions/components/instruction-documents-list/src/index.ts"
],
"@bulldozer-client/instruction-explorer": [
"libs/bulldozer/client/instructions/components/instruction-explorer/src/index.ts"
],
"@bulldozer-client/instruction-signers-list": [
"libs/bulldozer/client/instructions/components/instruction-signers-list/src/index.ts"
],
"@bulldozer-client/instruction-tab": [
"libs/bulldozer/client/instructions/components/instruction-tab/src/index.ts"
],
"@bulldozer-client/instructions-data-access": [
"libs/bulldozer/client/instructions/data-access/src/index.ts"
],
"@bulldozer-client/internet-connectivity": [
"libs/bulldozer/client/shared/directives/internet-connectivity/src/index.ts"
],
"@bulldozer-client/item-updating": [
"libs/bulldozer/client/shared/pipes/item-updating/src/index.ts"
],
"@bulldozer-client/loaded-workspaces-list": [
"libs/bulldozer/client/workspaces/components/loaded-workspaces-list/src/index.ts"
],
"@bulldozer-client/my-workspaces-list": [
"libs/bulldozer/client/workspaces/components/my-workspaces-list/src/index.ts"
],
"@bulldozer-client/notification-snack-bar": [
"libs/bulldozer/client/notifications/components/snack-bar/src/index.ts"
],
"@bulldozer-client/notification-store": [
"libs/bulldozer/client/shared/stores/notification-store/src/index.ts"
],
"@bulldozer-client/notifications-data-access": [
"libs/bulldozer/client/notifications/data-access/src/index.ts"
],
"@bulldozer-client/obscure-address": [
"libs/bulldozer/client/shared/pipes/obscure-address/src/index.ts"
],
"@bulldozer-client/page-header": [
"libs/bulldozer/client/shared/directives/page-header/src/index.ts"
],
"@bulldozer-client/profile": [
"libs/bulldozer/client/auth/pages/profile/src/index.ts"
],
"@bulldozer-client/profile-tab": [
"libs/bulldozer/client/users/components/profile-tab/src/index.ts"
],
"@bulldozer-client/section-header": [
"libs/bulldozer/client/shared/directives/section-header/src/index.ts"
],
"@bulldozer-client/shell": ["libs/bulldozer/client/shell/src/index.ts"],
"@bulldozer-client/stop-propagation": [
"libs/bulldozer/client/shared/directives/stop-propagation/src/index.ts"
],
"@bulldozer-client/tab-list": [
"libs/bulldozer/client/shared/components/tab-list/src/index.ts"
],
"@bulldozer-client/tab-store": [
"libs/bulldozer/client/shared/stores/tab-store/src/index.ts"
],
"@bulldozer-client/unauthorized-access": [
"libs/bulldozer/client/auth/pages/unauthorized-access/src/index.ts"
],
"@bulldozer-client/user-details": [
"libs/bulldozer/client/users/components/user-details/src/index.ts"
],
"@bulldozer-client/user-instructions": [
"libs/bulldozer/client/users/components/user-instructions/src/index.ts"
],
"@bulldozer-client/users-data-access": [
"libs/bulldozer/client/users/data-access/src/index.ts"
],
"@bulldozer-client/view-application": [
"libs/bulldozer/client/applications/pages/view-application/src/index.ts"
],
"@bulldozer-client/view-collection": [
"libs/bulldozer/client/collections/pages/view-collection/src/index.ts"
],
"@bulldozer-client/view-collection-attributes": [
"libs/bulldozer/client/collections/pages/view-collection-attributes/src/index.ts"
],
"@bulldozer-client/view-collection-code-viewer": [
"libs/bulldozer/client/collections/pages/view-collection-code-viewer/src/index.ts"
],
"@bulldozer-client/view-instruction": [
"libs/bulldozer/client/instructions/pages/view-instruction/src/index.ts"
],
"@bulldozer-client/view-instruction-arguments": [
"libs/bulldozer/client/instructions/pages/view-instruction-arguments/src/index.ts"
],
"@bulldozer-client/view-instruction-code-editor": [
"libs/bulldozer/client/instructions/pages/view-instruction-code-editor/src/index.ts"
],
"@bulldozer-client/view-instruction-documents": [
"libs/bulldozer/client/instructions/pages/view-instruction-documents/src/index.ts"
],
"@bulldozer-client/view-instruction-signers": [
"libs/bulldozer/client/instructions/pages/view-instruction-signers/src/index.ts"
],
"@bulldozer-client/view-profile": [
"libs/bulldozer/client/users/pages/view-profile/src/index.ts"
],
"@bulldozer-client/view-user-info": [
"libs/bulldozer/client/users/pages/view-user-info/src/index.ts"
],
"@bulldozer-client/view-user-workspaces": [
"libs/bulldozer/client/users/pages/view-user-workspaces/src/index.ts"
],
"@bulldozer-client/view-workspace": [
"libs/bulldozer/client/workspaces/pages/view-workspace/src/index.ts"
],
"@bulldozer-client/view-workspace-budget": [
"libs/bulldozer/client/workspaces/pages/view-workspace-budget/src/index.ts"
],
"@bulldozer-client/view-workspace-collaborators": [
"libs/bulldozer/client/workspaces/pages/view-workspace-collaborators/src/index.ts"
],
"@bulldozer-client/view-workspace-instructions": [
"libs/bulldozer/client/workspaces/pages/view-workspace-instructions/src/index.ts"
],
"@bulldozer-client/withdraw-from-budget": [
"libs/bulldozer/client/budgets/modals/withdraw-from-budget/src/index.ts"
],
"@bulldozer-client/workspace-explorer": [
"libs/bulldozer/client/workspaces/components/workspace-explorer/src/index.ts"
],
"@bulldozer-client/workspace-instructions": [
"libs/bulldozer/client/workspaces/components/workspace-instructions/src/index.ts"
],
"@bulldozer-client/workspace-selector": [
"libs/bulldozer/client/workspaces/components/workspace-selector/src/index.ts"
],
"@bulldozer-client/workspace-tab": [
"libs/bulldozer/client/workspaces/components/workspace-tab/src/index.ts"
],
"@bulldozer-client/workspace-transactions": [
"libs/bulldozer/client/workspaces/components/workspace-transactions/src/index.ts"
],
"@bulldozer-client/workspaces-data-access": [
"libs/bulldozer/client/workspaces/data-access/src/index.ts"
],
"@heavy-duty/blueprint-button": ["libs/blueprint/button/src/index.ts"],
"@heavy-duty/blueprint-card": ["libs/blueprint/card/src/index.ts"],
"@heavy-duty/blueprint-menu": ["libs/blueprint/menu/src/index.ts"],
"@heavy-duty/blueprint-snack-bar": [
"libs/blueprint/snack-bar/src/index.ts"
],
"@heavy-duty/broadcaster": ["libs/broadcaster/data-access/src/index.ts"],
"@heavy-duty/broadcaster-cdk": ["libs/broadcaster/ui/cdk/src/index.ts"],
"@heavy-duty/broadcaster-material": [
"libs/broadcaster/ui/material/src/index.ts"
],
"@heavy-duty/bulldozer-devkit": [
"libs/bulldozer/shared/devkit/src/index.ts"
],
"@heavy-duty/bulldozer-store": [
"libs/bulldozer/shared/store/src/index.ts"
],
"@heavy-duty/generator": ["libs/bulldozer/shared/generator/src/index.ts"],
"@heavy-duty/ngx-solana": ["libs/ngx-solana/data-access/src/index.ts"],
"@heavy-duty/ngx-solana-cdk": ["libs/ngx-solana/ui/cdk/src/index.ts"],
"@heavy-duty/ngx-solana-material": [
"libs/ngx-solana/ui/material/src/index.ts"
],
"@heavy-duty/ngx-websocket": ["libs/ngx-websocket/src/index.ts"],
"@heavy-duty/rx-solana": ["libs/rx-solana/src/index.ts"],
"@heavy-duty/rxjs": ["libs/rxjs/src/index.ts"],
"@heavy-duty/shared/utils/operators": [
"libs/shared/utils/operators/src/index.ts"
],
"@heavy-duty/ui/progress-ping": [
"libs/heavy-duty/ui/progress-ping/src/index.ts"
],
"@heavy-duty/ui/progress-spinner": [
"libs/heavy-duty/ui/progress-spinner/src/index.ts"
],
"@heavy-duty/wallet-adapter": [
"libs/wallet-adapter/data-access/src/index.ts"
],
"@heavy-duty/wallet-adapter-blueprint": [
"libs/wallet-adapter/ui/blueprint/src/index.ts"
],
"@heavy-duty/wallet-adapter-cdk": [
"libs/wallet-adapter/ui/cdk/src/index.ts"
],
"@heavy-duty/wallet-adapter-material": [
"libs/wallet-adapter/ui/material/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
}