Zhifang Zhan
Zhifang Zhan
支持增加弱类型以及不指定类型校验
I'm having the same problem
> 临时方案: > > 1. 在 `tsconfig.json` 中新增 `compilerOptions.typeRoots` 配置: > > ```diff > { > "compilerOptions": { > - "types": [xxx], > + "typeRoots": ["./typings"] > } > }...
