wechat-miniprogram / api-typings

Type definitions for APIs of Wechat Mini Program in TypeScript
MIT License
743 stars 112 forks source link

cmd+左键js能够跳转对应的属性,而ts不能跳转 #289

Open joey998 opened 1 year ago

joey998 commented 1 year ago

为啥components对于某个this.data.prop,如果为js,cmd+左键跳转对应的属性,而使用ts却不能跳转

image image
xiaweiss commented 1 year ago

同问

erygreat commented 1 year ago

tsconfig.json 中设置一下 noImplicitThis 为 true 试试呢,不设置这个配置 ts 中 this 会默认为 any