arco-design / arco-design-mobile

React mobile UI components library based on Arco Design
https://arco.design/mobile/react/arco-design/pc/#/
MIT License
403 stars 77 forks source link

【RFC】@types/node 与 ts 版本问题影响 gulp 编译 @arco-design/mobile-utils #110

Open ChelesteWang opened 1 year ago

ChelesteWang commented 1 year ago

基本信息

ChelesteWang commented 1 year ago

是否要锁死项目对 typescript 包的版本目前版本锁死在 "typescript": "4.1.6" 可能由于不同 @types/node 版本导致存在编译时类型校验不通过,项目无法正常编译 @arco-design/mobile-utils 流程被卡顿

ChelesteWang commented 1 year ago

目前直接解决方案之一就是不再锁 typescript 版本,"typescript": "^4.1.6" 即可解决,或者考虑对项目 @types/node 版本做些限制