Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 TS 文件使用包含错误的 .d.ts 文件,则有时消费者会因为这些错误而无法构建。其他时候,TS 默默地将有问题的类型转换为any.
any
TS 选择报告这些错误时的规则是什么?我没有找到任何模式。