lunnlew / baidu-map

BaiduMap Vue3 GL Map Component
https://lunnlew.github.io/baidu-map/
MIT License
15 stars 4 forks source link

vite打包类型校验通不过, vue tsc --noEmit #5

Closed xwnwho closed 2 years ago

xwnwho commented 2 years ago

微信截图_20220217154300

tsconfig 配置了exclude和skipLibCheck都不行。

lunnlew commented 2 years ago

临时方案可以在 include 中 增加 "node_modules/baidu-map-vue3/*/.d.ts"

lunnlew commented 2 years ago

问题修复, 可更新到版本 0.4.3

xwnwho commented 2 years ago

image 我这边tsconfig设置了noImplicitAny": false,数组如果不声明类型,默认是never[]

lunnlew commented 2 years ago

错误修复于 0.4.5