Zhifang Zhan

Results 4 comments of Zhifang Zhan

支持增加弱类型以及不指定类型校验

I'm having the same problem

> 临时方案: > > 1. 在 `tsconfig.json` 中新增 `compilerOptions.typeRoots` 配置: > > ```diff > { > "compilerOptions": { > - "types": [xxx], > + "typeRoots": ["./typings"] > } > }...

![image](https://user-images.githubusercontent.com/22268690/174030453-81eabcc3-9ade-471f-bc60-ff0a158a893e.png)