Files
HuLa/tsconfig.node.json
Dawn d2be80a5db fix(common): 🐛 fix some defects and improve mobile terminal (#335)
* fix(common): 🐛 chatmain scroll behavior

* fix(common): 🐛 chatMain scroll bug

* fix(common): 🐛 p2p chat sendTime

* feat(mobile):  added friend/group page and functionality

* fix(common): 🐛 order group member

* style(common): 💄 refactor layout center

* fix(agreement): 🐛 chat and announcements

* fix(common): 🐛 group basic information editing

* refactor(common): ♻️ union config

* ci(config): 🎡 change some configuration

* refactor(common): ♻️ config yudao

* fix(common): 🐛 exit group

* refactor(common): ♻️ tencent config

* fix(common): 🐛 network config

* feat(mobile):  added Friend or Group Message Page

* fix(common): 🐛 exit group error

* feat(message):  add message management settings

* fix(mobile): 🐛 fix the issue where the mobile client fails to locate the configuration file

* fix(mobile): 🐛 resolve mobile misidentification of local and production environments

* feat(mobile):  optimize the maximum width of bot messages and reply messages

* feat(mobile):  optimize the maximum width of image messages

* feat(common):  msg multi choose relay

* build(vite): 📦 update startup and vite configuration

* perf(message forwarding):  optimize message forwarding styles

* fix(common): 🐛 msg time block

* feat(mobile):  added ability to view detailed information about friends

* feat(mobile):  add functionality to remove friends

* fix(style): 🐛 fix special message not centered issue

* fix(mobile): 🐛 fix hmr host bug

* fix(mobile): 🐛 fix contact page not showing friend requests

* feat(common):  msg merge

* feat(mobile):  added chatroom redirection feature on friend detail page

* fix(common): 🐛 merge msg display

* feat(mobile):  add file and image uploader components

* fix(common): 🐛 send new msg error when scroll too top

* fix(common): 🐛 reconstruct the notification module

* fix(system): 🐛 fix some style and logic issues

---------

Co-authored-by: wanwanruwoxin <254693270@qq.com>
Co-authored-by: 卡仔 <1271013637@qq.com>
Co-authored-by: 乾乾 <1046762075@qq.com>
2025-09-18 19:53:30 +08:00

12 lines
258 B
JSON
Vendored

{
"compilerOptions": {
"target": "ES2022",
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "build/config/**/*"]
}