-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.base.json
More file actions
275 lines (275 loc) · 15.2 KB
/
tsconfig.base.json
File metadata and controls
275 lines (275 loc) · 15.2 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
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
{
"compileOnSave": false,
"compilerOptions": {
"jsx": "react-native",
"allowJs": true,
"noEmit": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"strictPropertyInitialization": false,
"strictNullChecks": true,
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "bundler",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@open-webui-react-native/mobile/auth/features/email-sign-in-form": [
"libs/mobile/auth/features/email-sign-in-form/src/index.ts"
],
"@open-webui-react-native/mobile/auth/features/google-sign-in-form": [
"libs/mobile/auth/features/google-sign-in-form/src/index.ts"
],
"@open-webui-react-native/mobile/auth/features/sign-in": ["libs/mobile/auth/features/sign-in/src/index.ts"],
"@open-webui-react-native/mobile/chat/data-access/archived-chats-filter-state": [
"libs/mobile/chat/data-access/archived-chats-filter-state/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/ai-message-actions": [
"libs/mobile/chat/features/ai-message-actions/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/archived-chat-item": [
"libs/mobile/chat/features/archived-chat-item/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/archived-chats-filters-sheet": [
"libs/mobile/chat/features/archived-chats-filters-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/archived-chats-list": [
"libs/mobile/chat/features/archived-chats-list/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/attached-file-item": [
"libs/mobile/chat/features/attached-file-item/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/attached-files-list": [
"libs/mobile/chat/features/attached-files-list/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/attached-image-item": [
"libs/mobile/chat/features/attached-image-item/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/chat": ["libs/mobile/chat/features/chat/src/index.ts"],
"@open-webui-react-native/mobile/chat/features/create-chat": [
"libs/mobile/chat/features/create-chat/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/edit-message-input": [
"libs/mobile/chat/features/edit-message-input/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/follow-ups-list": [
"libs/mobile/chat/features/follow-ups-list/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/form-chat-input": [
"libs/mobile/chat/features/form-chat-input/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/menu-list": ["libs/mobile/chat/features/menu-list/src/index.ts"],
"@open-webui-react-native/mobile/chat/features/message-version-controls": [
"libs/mobile/chat/features/message-version-controls/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/models-sheet": [
"libs/mobile/chat/features/models-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/search-archived-chats": [
"libs/mobile/chat/features/search-archived-chats/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/search-chats-list": [
"libs/mobile/chat/features/search-chats-list/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/share-chat-modal": [
"libs/mobile/chat/features/share-chat-modal/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/sound-wave-recorder": [
"libs/mobile/chat/features/sound-wave-recorder/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/source-citation-modal": [
"libs/mobile/chat/features/source-citation-modal/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/suggest-change-input": [
"libs/mobile/chat/features/suggest-change-input/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/suggestions-list": [
"libs/mobile/chat/features/suggestions-list/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/use-citations": [
"libs/mobile/chat/features/use-citations/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/use-create-new-chat": [
"libs/mobile/chat/features/use-create-new-chat/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/use-edit-message": [
"libs/mobile/chat/features/use-edit-message/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/use-manage-messages-siblings": [
"libs/mobile/chat/features/use-manage-messages-siblings/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/use-send-message": [
"libs/mobile/chat/features/use-send-message/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/use-suggest-change": [
"libs/mobile/chat/features/use-suggest-change/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/user-message-actions": [
"libs/mobile/chat/features/user-message-actions/src/index.ts"
],
"@open-webui-react-native/mobile/chat/features/voice-mode-modal": [
"libs/mobile/chat/features/voice-mode-modal/src/index.ts"
],
"@open-webui-react-native/mobile/chat/ui/folder-row": ["libs/mobile/chat/ui/folder-row/src/index.ts"],
"@open-webui-react-native/mobile/chat/ui/message-actions-wrapper": [
"libs/mobile/chat/ui/message-actions-wrapper/src/index.ts"
],
"@open-webui-react-native/mobile/chat/ui/source-citation-item": [
"libs/mobile/chat/ui/source-citation-item/src/index.ts"
],
"@open-webui-react-native/mobile/chat/utils/use-folder-search-list": [
"libs/mobile/chat/utils/use-folder-search-list/src/index.ts"
],
"@open-webui-react-native/mobile/folder/features/chats-list": [
"libs/mobile/folder/features/chats-list/src/index.ts"
],
"@open-webui-react-native/mobile/folder/features/folder-actions-sheet": [
"libs/mobile/folder/features/folder-actions-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/folder/features/select-knowledge-sheet": [
"libs/mobile/folder/features/select-knowledge-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/folder/features/upsert-folder-sheet": [
"libs/mobile/folder/features/upsert-folder-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/profile/features/menu-sheet": [
"libs/mobile/profile/features/menu-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/base-entity": [
"libs/mobile/shared/data-access/base-entity/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/entity-service": [
"libs/mobile/shared/data-access/entity-service/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/file-system-service": [
"libs/mobile/shared/data-access/file-system-service/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/image-picker-service": [
"libs/mobile/shared/data-access/image-picker-service/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/media-library-service": [
"libs/mobile/shared/data-access/media-library-service/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/speech-streaming-service": [
"libs/mobile/shared/data-access/speech-streaming-service/src/index.ts"
],
"@open-webui-react-native/mobile/shared/data-access/storage": [
"libs/mobile/shared/data-access/storage/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/chat-actions-menu-sheet": [
"libs/mobile/shared/features/chat-actions-menu-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/download-chat": [
"libs/mobile/shared/features/download-chat/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/download-chat-options-sheet": [
"libs/mobile/shared/features/download-chat-options-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/image-preview-modal": [
"libs/mobile/shared/features/image-preview-modal/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/markdown-view": [
"libs/mobile/shared/features/markdown-view/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/profile-menu-sheet": [
"libs/mobile/shared/features/profile-menu-sheet/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/sidebar-menu": [
"libs/mobile/shared/features/sidebar-menu/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/toast": ["libs/mobile/shared/features/toast/src/index.ts"],
"@open-webui-react-native/mobile/shared/features/use-attached-files": [
"libs/mobile/shared/features/use-attached-files/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/use-audio-recorder": [
"libs/mobile/shared/features/use-audio-recorder/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/use-dictate-mode": [
"libs/mobile/shared/features/use-dictate-mode/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/use-logout": [
"libs/mobile/shared/features/use-logout/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/use-set-selected-model": [
"libs/mobile/shared/features/use-set-selected-model/src/index.ts"
],
"@open-webui-react-native/mobile/shared/features/use-swipe-to-close": [
"libs/mobile/shared/features/use-swipe-to-close/src/index.ts"
],
"@open-webui-react-native/mobile/shared/ui/chat-list-row": ["libs/mobile/shared/ui/chat-list-row/src/index.ts"],
"@open-webui-react-native/mobile/shared/ui/code-block": ["libs/mobile/shared/ui/code-block/src/index.ts"],
"@open-webui-react-native/mobile/shared/ui/date-section-list": [
"libs/mobile/shared/ui/date-section-list/src/index.ts"
],
"@open-webui-react-native/mobile/shared/ui/keyboard-avoiding-view": [
"libs/mobile/shared/ui/keyboard-avoiding-view/src/index.ts"
],
"@open-webui-react-native/mobile/shared/ui/no-connection-banner": [
"libs/mobile/shared/ui/no-connection-banner/src/index.ts"
],
"@open-webui-react-native/mobile/shared/ui/screen-wrapper": ["libs/mobile/shared/ui/screen-wrapper/src/index.ts"],
"@open-webui-react-native/mobile/shared/ui/styles": ["libs/mobile/shared/ui/styles/src/index.ts"],
"@open-webui-react-native/mobile/shared/ui/ui-kit": ["libs/mobile/shared/ui/ui-kit/src/index.ts"],
"@open-webui-react-native/mobile/shared/ui/ui-state": ["libs/mobile/shared/ui/ui-state/src/index.ts"],
"@open-webui-react-native/mobile/shared/utils/compressor": ["libs/mobile/shared/utils/compressor/src/index.ts"],
"@open-webui-react-native/mobile/shared/utils/form": ["libs/mobile/shared/utils/form/src/index.ts"],
"@open-webui-react-native/mobile/shared/utils/navigation": ["libs/mobile/shared/utils/navigation/src/index.ts"],
"@open-webui-react-native/mobile/shared/utils/use-bottom-inset": [
"libs/mobile/shared/utils/use-bottom-inset/src/index.ts"
],
"@open-webui-react-native/mobile/shared/utils/validation": ["libs/mobile/shared/utils/validation/src/index.ts"],
"@open-webui-react-native/shared/data-access/api": ["libs/shared/data-access/api/src/index.ts"],
"@open-webui-react-native/shared/data-access/api-client": ["libs/shared/data-access/api-client/src/index.ts"],
"@open-webui-react-native/shared/data-access/app-state": ["libs/shared/data-access/app-state/src/index.ts"],
"@open-webui-react-native/shared/data-access/auth": ["libs/shared/data-access/auth/src/index.ts"],
"@open-webui-react-native/shared/data-access/base-entity": ["libs/shared/data-access/base-entity/src/index.ts"],
"@open-webui-react-native/shared/data-access/common": ["libs/shared/data-access/common/src/index.ts"],
"@open-webui-react-native/shared/data-access/cookie": ["libs/shared/data-access/cookie/src/index.ts"],
"@open-webui-react-native/shared/data-access/persist-query-helpers": [
"libs/shared/data-access/persist-query-helpers/src/index.ts"
],
"@open-webui-react-native/shared/data-access/persist-query-storage": [
"libs/shared/data-access/persist-query-storage/src/index.ts"
],
"@open-webui-react-native/shared/data-access/query-client": ["libs/shared/data-access/query-client/src/index.ts"],
"@open-webui-react-native/shared/data-access/storage": ["libs/shared/data-access/storage/src/index.ts"],
"@open-webui-react-native/shared/data-access/websocket": ["libs/shared/data-access/websocket/src/index.ts"],
"@open-webui-react-native/shared/features/get-chat-as-text": [
"libs/shared/features/get-chat-as-text/src/index.ts"
],
"@open-webui-react-native/shared/features/network": ["libs/shared/features/network/src/index.ts"],
"@open-webui-react-native/shared/features/use-init-requests": [
"libs/shared/features/use-init-requests/src/index.ts"
],
"@open-webui-react-native/shared/utils/alert-service": ["libs/shared/utils/alert-service/src/index.ts"],
"@open-webui-react-native/shared/utils/app-env": ["libs/shared/utils/app-env/src/index.ts"],
"@open-webui-react-native/shared/utils/config": ["libs/shared/utils/config/src/index.ts"],
"@open-webui-react-native/shared/utils/date": ["libs/shared/utils/date/src/index.ts"],
"@open-webui-react-native/shared/utils/deep-memo": ["libs/shared/utils/deep-memo/src/index.ts"],
"@open-webui-react-native/shared/utils/feature-flag": ["libs/shared/utils/feature-flag/src/index.ts"],
"@open-webui-react-native/shared/utils/files": ["libs/shared/utils/files/src/index.ts"],
"@open-webui-react-native/shared/utils/navigation": ["libs/shared/utils/navigation/src/index.ts"],
"@open-webui-react-native/shared/utils/objects": ["libs/shared/utils/objects/src/index.ts"],
"@open-webui-react-native/shared/utils/permission-alert": ["libs/shared/utils/permission-alert/src/index.ts"],
"@open-webui-react-native/shared/utils/reactotron": ["libs/shared/utils/reactotron/src/index.ts"],
"@open-webui-react-native/shared/utils/strings": ["libs/shared/utils/strings/src/index.ts"],
"@open-webui-react-native/shared/utils/toast-service": ["libs/shared/utils/toast-service/src/index.ts"],
"@open-webui-react-native/shared/utils/use-app-state-change": [
"libs/shared/utils/use-app-state-change/src/index.ts"
],
"@open-webui-react-native/shared/utils/use-debounced-query": [
"libs/shared/utils/use-debounced-query/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
}